| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of plm:CurveBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xsd:complexType name="PlaneCurveBase" abstract="true"> <xsd:annotation> <xsd:documentation> Base class for 3D curves which lie in a plane. Attributes: origin: centre of plane zAxis: normal to plane xAxis: x-direction in plane </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:CurveBase"> <xsd:attribute name="origin" type="plm:VectorType" default="0 0 0"/> <xsd:attribute name="zAxis" type="plm:DirectionType" default="0 0 1"/> <xsd:attribute name="xAxis" type="plm:DirectionType" default="1 0 0"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
| type | plm:VectorType | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xsd:attribute name="origin" type="plm:VectorType" default="0 0 0"/> |
| type | plm:DirectionType | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xsd:attribute name="zAxis" type="plm:DirectionType" default="0 0 1"/> |
| type | plm:DirectionType | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xsd:attribute name="xAxis" type="plm:DirectionType" default="1 0 0"/> |