Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element LoopType / CoEdges
Annotations
The CoEdges is an array of co-edges that forms loop.
Diagram
Diagram Topology_xsd_Complex_Type_CoEdgesType.tmp#CoEdgesType_n Topology_xsd_Complex_Type_CoEdgesType.tmp#CoEdgesType_CoEdge Topology_xsd_Complex_Type_CoEdgesType.tmp#CoEdgesType
Type CoEdgesType
Properties
content complex
Children CoEdge
Instance
<CoEdges n="" xmlns="http://qifstandards.org/xsd/qif3">
  <CoEdge>{1,unbounded}</CoEdge>
</CoEdges>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of co-edges in this array.
Source
<xs:element name="CoEdges" type="CoEdgesType">
  <xs:annotation>
    <xs:documentation>The CoEdges is an array of co-edges that forms loop.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Complex Type LoopType
Annotations
The LoopType is the b-rep parametric 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_LoopType.tmp#LoopType_form Topology_xsd_Complex_Type_LoopType.tmp#LoopType_CoEdges
Type extension of LoopBaseType
Type hierarchy
Used by
Element Loop
Children Attributes, CoEdges
Attributes
QName Type Default Use Annotation
color ColorType optional
The optional color attribute defines the RGB color property of a model entity.
form LoopFormEnumType UNKNOWN optional
The optional form attribute specifies the loop type which can take one of the following values: 'UNKNOWN', 'OUTER', 'INNER' or 'SLIT'.
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="LoopType">
  <xs:annotation>
    <xs:documentation>The LoopType is the b-rep parametric 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="CoEdges" type="CoEdgesType">
          <xs:annotation>
            <xs:documentation>The CoEdges is an array of co-edges that forms loop.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="form" type="LoopFormEnumType" default="UNKNOWN">
        <xs:annotation>
          <xs:documentation>The optional form attribute specifies the loop type which can take one of the following values: 'UNKNOWN', 'OUTER', 'INNER' or 'SLIT'.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Attribute LoopType / @form
Annotations
The optional form attribute specifies the loop type which can take one of the following values: 'UNKNOWN', 'OUTER', 'INNER' or 'SLIT'.
Type LoopFormEnumType
Properties
default UNKNOWN
Facets
enumeration UNKNOWN
enumeration OUTER
enumeration INNER
enumeration SLIT
enumeration VERTEX
Used by
Complex Type LoopType
Source
<xs:attribute name="form" type="LoopFormEnumType" default="UNKNOWN">
  <xs:annotation>
    <xs:documentation>The optional form attribute specifies the loop type which can take one of the following values: 'UNKNOWN', 'OUTER', 'INNER' or 'SLIT'.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd