diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | plm:Plane | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="materialSide" type="xsd:boolean" default="true"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:PlaneType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:SamplePoints | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Plane" type="plm:PlaneType" minOccurs="1" maxOccurs="1"/> |