Class ControlPoint

Applied Stereotypes:
XSDcomplexType

Specification of one control point of a NURBS trajectory.

Used in:
Nurbs
Properties
Name Type Cardinality AppliedStereotypes Description
time double 0..1 XSDattribute Optional specification of the time dimension of the control point. Unit: s;Range [0..inf[.
weight double 0..1 XSDattribute Optional weight specification of the control point. If unspecified, all control points will be equal weighted. Range ]-inf..inf[.
position Position 1..1 Position of the control point.

XSD 1.0 Representation


<xsd:complexType name="ControlPoint">
<xsd:sequence>
<xsd:element name="Position" type="Position"/>
</xsd:sequence>
<xsd:attribute name="time" type="Double"/>
<xsd:attribute name="weight" type="Double"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree