diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:ConstraintPlane plm:Polyline | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="Ann3DCPSClosedPolylineCutterType" plm:deprecated="true"> <xsd:annotation> <xsd:documentation> ClosedPolylineCutter. This element is deprecated - use Ann3DCPSClosedCutterType in preference. Attributes: materialSide: Indicates which side of the cut contains material - materialSide of true indicates this is a "Cut" (where the shape represented by the closed polyline curve is removed from the original Part) and a value of false indicates this is an "Intersect" (where only the material from the original Part that intersects with the volume defined by the cutting plane symbol is retained). aftThroughAll: Indicates whether or not the extrusion in the Aft direction is "Through All" aftDistance: The distance the extrude is performed in the Aft distance foreThroughAll: Indicates whether or not the extrusion in the Fore direction is "Through All" foreDistance: The distance the extrude is performed in the Fore distance 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:attribute name="aftThroughAll" type="xsd:boolean" default="false"/> <xsd:attribute name="aftDistance" type="xsd:double" use="optional"/> <xsd:attribute name="foreThroughAll" type="xsd:boolean" default="false"/> <xsd:attribute name="foreDistance" type="xsd:double" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="materialSide" type="xsd:boolean" use="required"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="aftThroughAll" type="xsd:boolean" default="false"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="aftDistance" type="xsd:double" use="optional"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="foreThroughAll" type="xsd:boolean" default="false"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="foreDistance" type="xsd:double" use="optional"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:PlaneType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:SamplePoints | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="ConstraintPlane" type="plm:PlaneType" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:PolyLineType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints plm:Points | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Polyline" type="plm:PolyLineType"/> |