diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:PropertyBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="InitialVelocityType"> <xsd:annotation> <xsd:documentation> The initial translational and rotational velocities of a Mechanism object. Attributes: translationVelocity: The initial translational velocity of the Mechanism object in SI units, currently metres per second. The default is 0.0, 0.0, 0.0. translationOrientationRef: References a Marker, which defines the coordinate system, in which the translational velocity is defined. If the Marker does not hold orientation information, the translational velocity is defined in the coordinate system of the Mechanism object. rotationVelocity: The initial rotational velocity of the Mechanism object in SI units, currently radians per second. The default is 0.0, 0.0, 0.0. rotationCentreRef: References a Marker, which defines the position of the centre of rotation of the Mechanism object. If the Marker also holds orientation information, the rotational velocity is defined in the coordinate system of the Marker. Otherwise, it is defined in the coordinate system of the Mechanism object. (A Marker may not hold orientation information if it has a translational rather than general Transform sub-element or references a Smart Point rather than a Smart Vector.) </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:PropertyBase"> <xsd:attribute name="translationVelocity" type="plm:VectorType" use="optional"/> <xsd:attribute name="translationOrientationRef" type="plm:anyURIType" use="optional" plm:refType="plm:Marker"/> <xsd:attribute name="rotationVelocity" type="plm:VectorType" use="optional"/> <xsd:attribute name="rotationCentreRef" type="plm:anyURIType" use="optional" plm:refType="plm:Marker"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:VectorType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="translationVelocity" type="plm:VectorType" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="translationOrientationRef" type="plm:anyURIType" use="optional" plm:refType="plm:Marker"/> |
type | plm:VectorType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="rotationVelocity" type="plm:VectorType" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="rotationCentreRef" type="plm:anyURIType" use="optional" plm:refType="plm:Marker"/> |