Class FeatureOffset
Inheritance
FeatureOffset
Assembly: NXOpen.dll
Syntax
public class FeatureOffset : TaggedObject, IMessageSink, IComponentBuilder
Constructors
FeatureOffset()
Declaration
protected FeatureOffset()
Properties
EndOffset
Declaration
public Expression EndOffset { get; }
Property Value
Option
Declaration
public Type Option { get; set; }
Property Value
StartOffset
Declaration
public Expression StartOffset { get; }
Property Value
Methods
SetEndOffset(string)
Declaration
[Obsolete("Deprecated in NX8.5.0. To set the value of the expression modify the expression directly using GeometricUtilities.FeatureOffset.EndOffset and Expression.RightHandSide.")]
public void SetEndOffset(string valueExpression)
Parameters
Type |
Name |
Description |
string |
valueExpression |
|
SetStartOffset(string)
Declaration
[Obsolete("Deprecated in NX8.5.0. To set the value of the expression modify the expression directly using GeometricUtilities.FeatureOffset.StartOffset and Expression.RightHandSide.")]
public void SetStartOffset(string valueExpression)
Parameters
Type |
Name |
Description |
string |
valueExpression |
|
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink