diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:SurfacePositionBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:SamplePoints | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="ConeType"> <xsd:annotation> <xsd:documentation> Conical surface. The cone axis is along the Z-Axis of the underlying coordinate frame. The cone radius increases in the direction of the Z-Axis. Attributes: radius: radius of the cone at the origin of the coordinate frame. This is zero or positive. halfAngle: the positive angle between the Z-Axis and a line in the cone, in radians. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:SurfacePositionBase"> <xsd:attribute name="radius" type="xsd:double" use="required"/> <xsd:attribute name="halfAngle" type="xsd:double" use="required"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="radius" type="xsd:double" use="required"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="halfAngle" type="xsd:double" use="required"/> |