Class SnapInfoCurve2D
- Namespace
- Macad.Interaction
- Assembly
- Macad.Interaction.dll
public sealed class SnapInfoCurve2D : SnapInfo
- Inheritance
-
SnapInfoCurve2D
Constructors
public SnapInfoCurve2D(SnapModes mode, Pnt2d point, double parameter)
mode SnapModes
point Pnt2d
parameter double
Fields
public static readonly SnapInfoCurve2D Empty
- Field Value: SnapInfoCurve2D
Properties
public double Parameter { get; }
- Property Value: double
public Pnt2d Point { get; }
- Property Value: Pnt2d
public AIS_InteractiveObject TargetAisObject { get; init; }
- Property Value: AIS_InteractiveObject
public TopoDS_Shape TargetBrepShape { get; init; }
- Property Value: TopoDS_Shape
public double TargetParameter { get; init; }
- Property Value: double