Annotations
The global PointCloud element is a set of 3D points with optional normals.
Diagram
Type
PointCloudType
Type hierarchy
Properties
Used by
Children
Attributes , Normals , NormalsBinary , Points , PointsBinary , PointsColor , PointsColorBinary , PointsHidden , PointsHiddenBinary , PointsVisible , PointsVisibleBinary
Instance
<PointCloud color= "" hidden= "0" id= "" label= "" size= "" transparency= "0.0" xmlns= "http://qifstandards.org/xsd/qif3" >
<Attributes n= "" > {0,1} </Attributes>
<Points count= "" decimalPlaces= "" linearUnit= "" significantFigures= "" validity= "" xDecimalPlaces= "" xSignificantFigures= "" xValidity= "" yDecimalPlaces= "" ySignificantFigures= "" yValidity= "" zDecimalPlaces= "" zSignificantFigures= "" zValidity= "" > {1,1} </Points>
<PointsBinary count= "" sizeElement= "" > {1,1} </PointsBinary>
<Normals count= "" decimalPlaces= "" linearUnit= "" significantFigures= "" validity= "" xDecimalPlaces= "" xSignificantFigures= "" xValidity= "" yDecimalPlaces= "" ySignificantFigures= "" yValidity= "" zDecimalPlaces= "" zSignificantFigures= "" zValidity= "" > {1,1} </Normals>
<NormalsBinary count= "" sizeElement= "" > {1,1} </NormalsBinary>
<PointsVisible count= "" > {1,1} </PointsVisible>
<PointsVisibleBinary count= "" sizeElement= "" > {1,1} </PointsVisibleBinary>
<PointsHidden count= "" > {1,1} </PointsHidden>
<PointsHiddenBinary count= "" sizeElement= "" > {1,1} </PointsHiddenBinary>
<PointsColor count= "" > {1,1} </PointsColor>
<PointsColorBinary count= "" sizeElement= "" > {1,1} </PointsColorBinary>
</PointCloud>
Attributes
QName
Type
Default
Use
Annotation
color
ColorType
optional
The optional color attribute defines the RGB color property of a model entity.
hidden
xs:boolean
0
optional
The optional hidden attribute defines the visibility property of a model entity in the graphical window.
id
QIFIdType
required
The required id attribute is the unique model entity identifier.
label
xs:string
optional
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
size
DoublePositiveType
optional
The optional size attribute defines a recommended size for visualization of an infinite drawable element such as plane, cylinder, axis, etc., or objects without explicit geometric parameters (e.g. coordinate system).
transparency
TransparencyType
0.0
optional
The optional transparency attribute defines the transparency property of a model entity.
Source
<xs:element name= "PointCloud" type= "PointCloudType" >
<xs:annotation >
<xs:documentation > The global PointCloud element is a set of 3D points with optional normals. </xs:documentation>
</xs:annotation>
</xs:element>
Schema location
file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd