complexType Ann3DCPSPlaneCutterType
diagram plmxml_diagrams/plmxml_p680.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
children plm:Plane
used by
element Ann3DCuttingPlaneSymbolType/PlaneCutter
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
materialSide  xsd:boolean    true    
annotation
documentation

      PlaneCutter.

      Attributes:
       
      materialSide:    Defines whether or not the normal for the cutting plane indicates
                       the side from which to remove the material. True means the normal
                       for the plane indicates the side from which to remove material,
                       false means the opposite of the plane normal is the side from
                       which to remove material.
                      
      Elements:
       
      Plane:           The cutting plane.
     
source <xsd:complexType name="Ann3DCPSPlaneCutterType">
 
<xsd:annotation>
   
<xsd:documentation>
      PlaneCutter.

      Attributes:
       
      materialSide:    Defines whether or not the normal for the cutting plane indicates
                       the side from which to remove the material. True means the normal
                       for the plane indicates the side from which to remove material,
                       false means the opposite of the plane normal is the side from
                       which to remove material.
                      
      Elements:
       
      Plane:           The cutting plane.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:IdBase">
     
<xsd:sequence>
       
<xsd:element name="Plane" type="plm:PlaneType" minOccurs="1" maxOccurs="1"/>
     
</xsd:sequence>
     
<xsd:attribute name="materialSide" type="xsd:boolean" default="true"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute Ann3DCPSPlaneCutterType/@materialSide
type xsd:boolean
properties
default true
source <xsd:attribute name="materialSide" type="xsd:boolean" default="true"/>

element Ann3DCPSPlaneCutterType/Plane
diagram plmxml_diagrams/plmxml_p681.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:PlaneType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:SamplePoints
used by
complexType PlanarZoneType
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
entityRef  plm:anyURIType  optional      
propertyRefs  plm:uriReferenceListType  optional      
startU  xsd:double  optional      
endU  xsd:double  optional      
startV  xsd:double  optional      
endV  xsd:double  optional      
origin  plm:VectorType    0 0 0    
zAxis  plm:DirectionType    0 0 1    
xAxis  plm:DirectionType    1 0 0    
source <xsd:element name="Plane" type="plm:PlaneType" minOccurs="1" maxOccurs="1"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy