Class VariableOffsetBuilder
Inheritance
VariableOffsetBuilder
Assembly: NXOpen.dll
Syntax
public class VariableOffsetBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
VariableOffsetBuilder()
Declaration
protected VariableOffsetBuilder()
Properties
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Face
Declaration
public SelectFace Face { get; }
Property Value
IsApplyToAll
Declaration
public bool IsApplyToAll { get; set; }
Property Value
IsKeepParameterization
Declaration
public bool IsKeepParameterization { get; set; }
Property Value
IsReverseDirection
Declaration
public bool IsReverseDirection { get; set; }
Property Value
Method
Declaration
public VariableOffsetBuilder.MethodOptions Method { get; set; }
Property Value
OffsetAtA
Declaration
public Expression OffsetAtA { get; }
Property Value
OffsetAtB
Declaration
public Expression OffsetAtB { get; }
Property Value
OffsetAtC
Declaration
public Expression OffsetAtC { get; }
Property Value
OffsetAtD
Declaration
public Expression OffsetAtD { get; }
Property Value
PointA
Declaration
public Point PointA { get; set; }
Property Value
PointB
Declaration
public Point PointB { get; set; }
Property Value
PointC
Declaration
public Point PointC { get; set; }
Property Value
PointD
Declaration
public Point PointD { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink