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="Ann3DCPSOpenCutterType"> <xsd:annotation> <xsd:documentation> Open Cutter. Attributes: materialSide: Indicates which side of the cut contains material: First, take the vector cross product of the constraint plane normal and the tangent at the start of the curve. 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. curveRef: reference to the 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="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 | 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"/> |