Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element FaceBaseType / Validation
Annotations
The optional Validation element is a set of face validation properties.
Diagram
Diagram Topology_xsd_Complex_Type_ValidationFaceType.tmp#ValidationFaceType_Area Topology_xsd_Complex_Type_ValidationFaceType.tmp#ValidationFaceType_Centroid Topology_xsd_Complex_Type_ValidationFaceType.tmp#ValidationFaceType_Box Topology_xsd_Complex_Type_ValidationFaceType.tmp#ValidationFaceType_Points Topology_xsd_Complex_Type_ValidationFaceType.tmp#ValidationFaceType
Type ValidationFaceType
Properties
content complex
minOccurs 0
Children Area, Box, Centroid, Points
Instance
<Validation xmlns="http://qifstandards.org/xsd/qif3">
  <Area>{0,1}</Area>
  <Centroid>{0,1}</Centroid>
  <Box>{0,1}</Box>
  <Points>{0,1}</Points>
</Validation>
Source
<xs:element name="Validation" type="ValidationFaceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Validation element is a set of face validation properties.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Complex Type FaceBaseType
Annotations
The FaceBaseType is the abstract base type for faces. A face represents a bounded portion of a geometric surface which can be defined as a parametric surface or 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
Type extension of TopologyBaseType
Type hierarchy
Properties
abstract true
Used by
Element FaceBase
Complex Types FaceMeshType, FaceType
Children Attributes, Validation
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:complexType name="FaceBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The FaceBaseType is the abstract base type for faces. A face represents a bounded portion of a geometric surface which can be defined as a parametric surface or a mesh surface.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="TopologyBaseType">
      <xs:sequence>
        <xs:element name="Validation" type="ValidationFaceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Validation element is a set of face validation properties.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="turned" type="xs:boolean" default="0">
        <xs:annotation>
          <xs:documentation>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.</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 FaceBaseType / @turned
Annotations
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.
Type xs:boolean
Properties
default 0
Used by
Complex Type FaceBaseType
Source
<xs:attribute name="turned" type="xs:boolean" default="0">
  <xs:annotation>
    <xs:documentation>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.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd