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

Attribute Value
Owner geo_3d
Applied Stereotype
Base Classifier
Is Abstract false
Derived Classifiers

Attributes

Name Type Mult. Description Owning Classifier
weight Double 1

 The weight of the NURBSControlPoint.

NURBSControlPoint

Outgoing Relations

Type Role Mult. Mult. Description
CartesianPoint3D 1 0..*

The CartesionPoint3D that defines the position of this NURBSControlPoint. 

Incoming Relations

Type Mult. Role Mult. Description
NURBSCurve controlPoint 0..*

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

Previous