Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Element FaceMesh
Annotations
The global FaceMesh element defines a face as a bounded portion of a mesh surface.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType_label PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType PrimitivesPD_xsd_Attribute_Group_AttrDrawable.tmp#AttrDrawable PrimitivesPD_xsd_Complex_Type_DrawableBaseType.tmp#DrawableBaseType Topology_xsd_Complex_Type_TopologyBaseType.tmp#TopologyBaseType Topology_xsd_Complex_Type_FaceBaseType.tmp#FaceBaseType_turned Topology_xsd_Complex_Type_FaceBaseType.tmp#FaceBaseType_Validation Topology_xsd_Complex_Type_FaceBaseType.tmp#FaceBaseType Topology_xsd_Complex_Type_FaceMeshType.tmp#FaceMeshType_Mesh Topology_xsd_Complex_Type_FaceMeshType.tmp#FaceMeshType_LoopIds Topology_xsd_Complex_Type_FaceMeshType.tmp#FaceMeshType_Triangles Topology_xsd_Complex_Type_FaceMeshType.tmp#FaceMeshType_TrianglesBinary Topology_xsd_Complex_Type_FaceMeshType.tmp#FaceMeshType_TrianglesVisible Topology_xsd_Complex_Type_FaceMeshType.tmp#FaceMeshType_TrianglesVisibleBinary Topology_xsd_Complex_Type_FaceMeshType.tmp#FaceMeshType_TrianglesHidden Topology_xsd_Complex_Type_FaceMeshType.tmp#FaceMeshType_TrianglesHiddenBinary Topology_xsd_Complex_Type_FaceMeshType.tmp#FaceMeshType_TrianglesColor Topology_xsd_Complex_Type_FaceMeshType.tmp#FaceMeshType_TrianglesColorBinary Topology_xsd_Complex_Type_FaceMeshType.tmp#FaceMeshType Topology_xsd_Element_FaceBase.tmp#FaceBase
Type FaceMeshType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Children Attributes, LoopIds, Mesh, Triangles, TrianglesBinary, TrianglesColor, TrianglesColorBinary, TrianglesHidden, TrianglesHiddenBinary, TrianglesVisible, TrianglesVisibleBinary, Validation
Instance
<FaceMesh color="" hidden="0" id="" label="" size="" transparency="0.0" turned="0" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <Validation>{0,1}</Validation>
  <Mesh>{1,1}</Mesh>
  <LoopIds n="">{0,1}</LoopIds>
  <Triangles count="">{1,1}</Triangles>
  <TrianglesBinary count="" sizeElement="">{1,1}</TrianglesBinary>
  <TrianglesVisible count="">{1,1}</TrianglesVisible>
  <TrianglesVisibleBinary count="" sizeElement="">{1,1}</TrianglesVisibleBinary>
  <TrianglesHidden count="">{1,1}</TrianglesHidden>
  <TrianglesHiddenBinary count="" sizeElement="">{1,1}</TrianglesHiddenBinary>
  <TrianglesColor count="">{1,1}</TrianglesColor>
  <TrianglesColorBinary count="" sizeElement="">{1,1}</TrianglesColorBinary>
</FaceMesh>
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.
turned xs:boolean 0 optional
The optional turned attribute shows if the face orientation must be reversed from the orientation of the underlying surface. If the value is true, the face orientation must be opposite the surface orientation. If the value is false, the two orientations must be the same.
Source
<xs:element name="FaceMesh" type="FaceMeshType" substitutionGroup="FaceBase">
  <xs:annotation>
    <xs:documentation>The global FaceMesh element defines a face as a bounded portion of a mesh surface.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd