instantreality 1.0

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

Polypoint2D

Polypoint2D is a geometry node. Polypoint2D specifies a set of 2D points. Hint: insert a Shape node before adding geometry or Appearance.

Inheritance

Code

XML encoding
<Polypoint2D point=''
lit='FALSE'
resolution='1'
multiResolutionLevel='1'
invalidateVolume='FALSE'
normalUpdateMode='nice'
cacheMode='auto'
optimizationMode='auto'
logFeature=''
 />
Classic encoding
Polypoint2D {
	point []
	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 point MFVec2f initializeOnly 2D coordinates of vertices. 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