Command: node

Syntax

{ <entity> = } node { <point> }

Description

Create a node graphic entity.

Parameters

Switches

Notes

When successful, this command always creates a graphic entity.

Examples

Create an unnamed node entity with the default markerstyle.

node (500,500,35)

Create a named node entity at graphic control with system marker style mk_star.

entity my_node = node -ms=mk_star, -col=green

See Also

Commands:

lines, entity, gstructure, point, polynode

Identifiers:

def_fragment (numeric), def_marker_height (numeric), def_ms (markerstyle), def_rank (numeric)

Structures:

entity (node)