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

Other End This End General
Role Type Mult. Agg. Unique Ordered Mult. Description
cartesianPoint3D CartesianPoint3D 1 N Y N 0..*

The CartesionPoint3D that defines the position of this NURBSControlPoint. 

Incoming Relations

This End Other End General
Role Mult. Agg. Unique Ordered Type Mult. Description
controlPoint 0..* Y Y Y NURBSCurve

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

Previous