Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element VertexType / Point
Annotations
The Point element is the identifier of a 3D point - the underlying geometry of the vertex.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType_Id Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType
Type ElementReferenceType
Properties
content complex
Children Id
Instance
<Point xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</Point>
Source
<xs:element name="Point" type="ElementReferenceType">
  <xs:annotation>
    <xs:documentation>The Point element is the identifier of a 3D point - the underlying geometry of the vertex.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Complex Type VertexType
Annotations
The VertexType is the b-rep vertex type - a topological entity. Each instance of VertexType lies at a point and is normally used to bound an edge.
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_VertexType.tmp#VertexType_tolerance Topology_xsd_Complex_Type_VertexType.tmp#VertexType_Point
Type extension of TopologyBaseType
Type hierarchy
Used by
Element Vertex
Children Attributes, Point
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).
tolerance xs:double optional
The optional tolerance attribute specifies the maximum distance from the vertex underlying geometry (3D point) to the ends of all the adjacent edges that are terminated in the neighborhood of this vertex. This value can be defined only for the case of the tolerant body.
transparency TransparencyType 0.0 optional
The optional transparency attribute defines the transparency property of a model entity.
Source
<xs:complexType name="VertexType">
  <xs:annotation>
    <xs:documentation>The VertexType is the b-rep vertex type - a topological entity. Each instance of VertexType lies at a point and is normally used to bound an edge.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="TopologyBaseType">
      <xs:sequence>
        <xs:element name="Point" type="ElementReferenceType">
          <xs:annotation>
            <xs:documentation>The Point element is the identifier of a 3D point - the underlying geometry of the vertex.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="tolerance" type="xs:double">
        <xs:annotation>
          <xs:documentation>The optional tolerance attribute specifies the maximum distance from the vertex underlying geometry (3D point) to the ends of all the adjacent edges that are terminated in the neighborhood of this vertex. This value can be defined only for the case of the tolerant body.</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 VertexType / @tolerance
Annotations
The optional tolerance attribute specifies the maximum distance from the vertex underlying geometry (3D point) to the ends of all the adjacent edges that are terminated in the neighborhood of this vertex. This value can be defined only for the case of the tolerant body.
Type xs:double
Properties
content simple
Used by
Complex Type VertexType
Source
<xs:attribute name="tolerance" type="xs:double">
  <xs:annotation>
    <xs:documentation>The optional tolerance attribute specifies the maximum distance from the vertex underlying geometry (3D point) to the ends of all the adjacent edges that are terminated in the neighborhood of this vertex. This value can be defined only for the case of the tolerant body.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd