NurbSurfaceWeights
Property
|
Property that represents a collection of
weight values. The weight collection is a collection of double
values, each value is associated with a corresponding control
point. If the weight increases, the surface pulls toward the
corresponding control point. If the weight decreases, the surface
pushes from the corresponding control point.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public DoubleCollection Weights { get; }
Public ReadOnly Property Weights As DoubleCollection
Get
public:
property DoubleCollection^ Weights {
DoubleCollection^ get ();
}
member Weights : DoubleCollection with get
Property Value
DoubleCollection
See Also