Class SweepAlongGuideBuilder
Inheritance
System.Object
System.MarshalByRefObject
SweepAlongGuideBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features
Assembly: NXOpen.dll
Syntax
public class SweepAlongGuideBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
SweepAlongGuideBuilder()
Declaration
protected SweepAlongGuideBuilder()
Properties
BooleanOperation
Declaration
public BooleanOperation BooleanOperation { get; }
Property Value
Type | Description |
---|---|
BooleanOperation |
ChainingTolerance
Declaration
public double ChainingTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FeatureOptions
Declaration
public FeatureOptions FeatureOptions { get; }
Property Value
Type | Description |
---|---|
FeatureOptions |
FirstOffset
Declaration
public Expression FirstOffset { get; }
Property Value
Type | Description |
---|---|
Expression |
Guide
Declaration
public Section Guide { get; }
Property Value
Type | Description |
---|---|
Section |
SecondOffset
Declaration
public Expression SecondOffset { get; }
Property Value
Type | Description |
---|---|
Expression |
Section
Declaration
public Section Section { get; }
Property Value
Type | Description |
---|---|
Section |
Implements
System.Runtime.Remoting.Messaging.IMessageSink