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 XSDelement Position of the control point.
XSD 1.3 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>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property time
    • XSDattribute
  • Property weight
    • XSDattribute
  • Property position
    • XSDelement [position: "1"]

To XSD