NURBSControlPoint

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

Other EndThis EndGeneral
RoleTypeMult.Agg.UniqueOrderedMult.Description
cartesianPoint3DCartesianPoint3D1NYN0..*

The CartesionPoint3D that defines the position of this NURBSControlPoint. 

Incoming Relations

This EndOther EndGeneral
RoleMult.Agg.UniqueOrderedTypeMult.Description
controlPoint0..*YYYNURBSCurve

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

Previous