ConstraintsGroup3dConstraints
Property
|
Namespace: Bricscad.Parametric
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public Constraint3d[] Constraints { get; }
Public ReadOnly Property Constraints As Constraint3d()
Get
public:
property array<Constraint3d^>^ Constraints {
array<Constraint3d^>^ get ();
}
member Constraints : Constraint3d[] with get
Property Value
Constraint3d
See Also