Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element LoopMeshType / CoEdgesMesh
Annotations
The CoEdgesMesh is an array of mesh co-edges that forms mesh loop.
Diagram
Diagram Topology_xsd_Complex_Type_CoEdgesMeshType.tmp#CoEdgesMeshType_n Topology_xsd_Complex_Type_CoEdgesMeshType.tmp#CoEdgesMeshType_CoEdgeMesh Topology_xsd_Complex_Type_CoEdgesMeshType.tmp#CoEdgesMeshType
Type CoEdgesMeshType
Properties
content complex
Children CoEdgeMesh
Instance
<CoEdgesMesh n="" xmlns="http://qifstandards.org/xsd/qif3">
  <CoEdgeMesh>{1,unbounded}</CoEdgeMesh>
</CoEdgesMesh>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of mesh co-edges in this array.
Source
<xs:element name="CoEdgesMesh" type="CoEdgesMeshType">
  <xs:annotation>
    <xs:documentation>The CoEdgesMesh is an array of mesh co-edges that forms mesh loop.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Complex Type LoopMeshType
Annotations
The LoopMeshType is the b-rep mesh loop type - a topological entity. It is a circuit of edges bounding a face.
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_LoopBaseType.tmp#LoopBaseType Topology_xsd_Complex_Type_LoopMeshType.tmp#LoopMeshType_CoEdgesMesh
Type extension of LoopBaseType
Type hierarchy
Used by
Element LoopMesh
Children Attributes, CoEdgesMesh
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:complexType name="LoopMeshType">
  <xs:annotation>
    <xs:documentation>The LoopMeshType is the b-rep mesh loop type - a topological entity. It is a circuit of edges bounding a face.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="LoopBaseType">
      <xs:sequence>
        <xs:element name="CoEdgesMesh" type="CoEdgesMeshType">
          <xs:annotation>
            <xs:documentation>The CoEdgesMesh is an array of mesh co-edges that forms mesh loop.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd