NURBSControlPoint

Note: There is a newer version of this specification see VEC 2.1.0

Represents a control point of a NURBSCurve. It consists of a referenced CartesianPoint3D for the position and a weight.

General Information

AttributeValue
Ownergeo_3d
Applied Stereotype
Base Classifier
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
weightDouble1

 The weight of the NURBSControlPoint.

NURBSControlPoint

Outgoing Relations

TypeRoleMult.Mult.Description
CartesianPoint3D10..*

The CartesionPoint3D that defines the position of this NURBSControlPoint. 

Incoming Relations

TypeMult.RoleMult.Description
NURBSCurvecontrolPoint0..*

Defines the control points of the NURBS curve (for details see the class description of NURBSCurve)

Previous