diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="SectionType"> <xsd:annotation> <xsd:documentation> Section definition of a View, i.e. cutter geometry. Attributes: geometryRef: A reference to an object defining section geometry, which is expected to be a surface or a solid, for example - construction geometry element derived from SurfaceBase or (an Occurrence of) geometry stored in a Representation stream. type: Whether the section is generated from the graphical representation of a model. The default is to generate it from the model geometry. curveRefs: References the curves that result from the cut. componentRefs: References the model entities that are cut. display: The display type of the section. render: The render mode of the section. Currently only wireframe and shaded are supported. capDisplay: Whether the face resulting from the cut is displayed. capColour: The colour of the face resulting from the cut. curvesDisplay: Whether the curves resulting from the cut are displayed. curvesColour: The colour of the curves resulting from the cut. geometryType: When a section is generated from the graphical representation of a model, geometryType describes the set of geometry(s) performing the cut(s). </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="geometryRef" type="plm:anyURIType" use="optional"/> <xsd:attribute name="type" type="plm:SectionEnum" default="standard"/> <xsd:attribute name="curveRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Curve"/> <xsd:attribute name="componentRefs" type="plm:uriReferenceListType" use="optional"/> <xsd:attribute name="display" type="plm:SectionDisplayEnum" default="section"/> <xsd:attribute name="render" type="plm:DrawingStyleType" default="shaded"/> <xsd:attribute name="capDisplay" type="xsd:boolean" default="true"/> <xsd:attribute name="capColour" type="plm:RGBAType" use="optional"/> <xsd:attribute name="curvesDisplay" type="xsd:boolean" default="true"/> <xsd:attribute name="curvesColour" type="plm:RGBAType" use="optional"/> <xsd:attribute name="geometryType" type="plm:SectionGeometryEnum" default="singlePlane"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="geometryRef" type="plm:anyURIType" use="optional"/> |
type | plm:SectionEnum | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="type" type="plm:SectionEnum" default="standard"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="curveRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Curve"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="componentRefs" type="plm:uriReferenceListType" use="optional"/> |
type | plm:SectionDisplayEnum | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="display" type="plm:SectionDisplayEnum" default="section"/> |
type | plm:DrawingStyleType | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xsd:attribute name="render" type="plm:DrawingStyleType" default="shaded"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="capDisplay" type="xsd:boolean" default="true"/> |
type | plm:RGBAType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="capColour" type="plm:RGBAType" use="optional"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="curvesDisplay" type="xsd:boolean" default="true"/> |
type | plm:RGBAType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="curvesColour" type="plm:RGBAType" use="optional"/> |
type | plm:SectionGeometryEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="geometryType" type="plm:SectionGeometryEnum" default="singlePlane"/> |