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 plm:Points | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="PolyLineType"> <xsd:annotation> <xsd:documentation> Polyline, i.e. sequence of connected line-segments. Attributes: closed: true if the end of the polyline equals its start. dimension: dimension of the curve. This determines the length of each vector in 'Points'. Defaults to 3. type: an optional indication of the shape of the polyline, e.g. "arc". Elements: Points: coordinates of the ends of the line segments, in order. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:CurveBase"> <xsd:sequence> <xsd:element name="Points" type="plm:DoubleListType"/> </xsd:sequence> <xsd:attribute name="closed" type="xsd:boolean" default="false"/> <xsd:attribute name="dimension" type="plm:PolyLineDimensionType" default="3"/> <xsd:attribute name="type" type="xsd:string" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="closed" type="xsd:boolean" default="false"/> |
type | plm:PolyLineDimensionType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="dimension" type="plm:PolyLineDimensionType" default="3"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="type" type="xsd:string" use="optional"/> |
diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | plm:DoubleListType | ||
properties |
|
||
source | <xsd:element name="Points" type="plm:DoubleListType"/> |