complexType Ann3DCPSOpenPolylineCutterType
diagram plmxml_diagrams/plmxml_p677.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
children plm:ConstraintPlane plm:Polyline
used by
element Ann3DCuttingPlaneSymbolType/OpenPolylineCutter
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
materialSide  xsd:boolean  required      
annotation
documentation

      OpenPolylineCutter.
     
      This element is deprecated - use Ann3DCPSOpenCutterType in preference.

      Attributes:
      
      materialSide:    Indicates which side of the cut contains material:
                       First, take the vector cross product of the constraint plane
                       and the vector formed from the first line segment of the polyline.
                       materialSide of true indicates this cross product shows the side
                       from which material is removed. materialSide of false indicates
                       the opposite side has the material removed.

      Elements:
       
      ConstraintPlane: Equation defining the constraint plane
      Polyline:        Data for the points selected to define the polyline cutter
     
source <xsd:complexType name="Ann3DCPSOpenPolylineCutterType" plm:deprecated="true">
 
<xsd:annotation>
   
<xsd:documentation>
      OpenPolylineCutter.
     
      This element is deprecated - use Ann3DCPSOpenCutterType in preference.

      Attributes:
      
      materialSide:    Indicates which side of the cut contains material:
                       First, take the vector cross product of the constraint plane
                       and the vector formed from the first line segment of the polyline.
                       materialSide of true indicates this cross product shows the side
                       from which material is removed. materialSide of false indicates
                       the opposite side has the material removed.

      Elements:
       
      ConstraintPlane: Equation defining the constraint plane
      Polyline:        Data for the points selected to define the polyline cutter
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:IdBase">
     
<xsd:sequence>
       
<xsd:element name="ConstraintPlane" type="plm:PlaneType" minOccurs="1" maxOccurs="1"/>
       
<xsd:element name="Polyline" type="plm:PolyLineType"/>
     
</xsd:sequence>
     
<xsd:attribute name="materialSide" type="xsd:boolean" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute Ann3DCPSOpenPolylineCutterType/@materialSide
type xsd:boolean
properties
use required
source <xsd:attribute name="materialSide" type="xsd:boolean" use="required"/>

element Ann3DCPSOpenPolylineCutterType/ConstraintPlane
diagram plmxml_diagrams/plmxml_p678.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
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="ConstraintPlane" type="plm:PlaneType" minOccurs="1" maxOccurs="1"/>

element Ann3DCPSOpenPolylineCutterType/Polyline
diagram plmxml_diagrams/plmxml_p679.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:PolyLineType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints plm:Points
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      
startT  xsd:double  optional      
endT  xsd:double  optional      
closed  xsd:boolean    false    
dimension  plm:PolyLineDimensionType    3    
type  xsd:string  optional      
source <xsd:element name="Polyline" type="plm:PolyLineType"/>


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