instantreality 1.0

Component:
Geometry2D
Status:
fully implemented
Structure type:
concrete
Standard:
X3D3.0

Polyline2D

Polyline2D is a geometry node. Polyline2D specifies a connected set of vertices in a contiguous set of line segments. Hint: insert a Shape node before adding geometry or Appearance.

Inheritance

Code

XML encoding
<Polyline2D lineSegments=''
lit='FALSE'
resolution='1'
multiResolutionLevel='1'
invalidateVolume='FALSE'
normalUpdateMode='nice'
cacheMode='auto'
optimizationMode='auto'
logFeature=''
 />
Classic encoding
Polyline2D {
	lineSegments []
	lit FALSE
	resolution 1
	multiResolutionLevel 1
	invalidateVolume FALSE
	normalUpdateMode "nice"
	cacheMode "auto"
	optimizationMode ["auto"]
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
MFVec2f lineSegments MFVec2f initializeOnly Coordinates of vertices connected into contiguous Polyline2D. Warning: simple-geometry dimensions cannot be changed after initial creation, use Transform scale instead.
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element