Class TrimPoint
Assembly: NXOpen.dll
Syntax
public class TrimPoint : TaggedObject, IMessageSink
Constructors
TrimPoint()
Declaration
Properties
Angle
Declaration
public InheritableDoubleBuilder Angle { get; }
Property Value
AngleOffset
Declaration
public InheritableDoubleBuilder AngleOffset { get; }
Property Value
AngleOption
Declaration
public TrimPoint.AngleOptions AngleOption { get; set; }
Property Value
CheckPartGeometryBeyondTrim
Declaration
public bool CheckPartGeometryBeyondTrim { get; set; }
Property Value
ExtendDistance
Declaration
public InheritableDoubleBuilder ExtendDistance { get; }
Property Value
Option
Declaration
public TrimPoint.Options Option { get; set; }
Property Value
Point
Declaration
public Point Point { get; set; }
Property Value
RampAngle
Declaration
public InheritableDoubleBuilder RampAngle { get; }
Property Value
RampAngleOffset
Declaration
public InheritableDoubleBuilder RampAngleOffset { get; }
Property Value
RampAngleOption
Declaration
public TrimPoint.RampAngleOptions RampAngleOption { get; set; }
Property Value
RampAngleVector
Declaration
public NXObject RampAngleVector { get; set; }
Property Value
Vector
Declaration
public NXObject Vector { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink