diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:ConstraintPlane | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="Ann3DCPSClosedCutterType"> <xsd:annotation> <xsd:documentation> Closed Cutter. 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 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). The constraint plane normal defines the "fore" direction; the opposite is the "aft" direction: 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, in metres. 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, in metres. curveRef: reference to the closed curve which defines the cut. This may be a CompositeCurve. Elements: ConstraintPlane: Plane in which the curve lies. </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: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:attribute name="curveRef" type="plm:anyURIType" 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"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="curveRef" type="plm:anyURIType" 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"/> |