Class ThickenBuilder
Inheritance
System.Object
System.MarshalByRefObject
ThickenBuilder
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 ThickenBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
ThickenBuilder()
Declaration
protected ThickenBuilder()
Properties
ApproximateOffset
Declaration
public bool ApproximateOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BooleanOperation
Declaration
public BooleanOperation BooleanOperation { get; }
Property Value
Type | Description |
---|---|
BooleanOperation |
FaceCollector
Declaration
public ScCollector FaceCollector { get; }
Property Value
Type | Description |
---|---|
ScCollector |
FirstOffset
Declaration
public Expression FirstOffset { get; }
Property Value
Type | Description |
---|---|
Expression |
RegionSectionList
Declaration
public TwoExpressionsSectionSetList RegionSectionList { get; }
Property Value
Type | Description |
---|---|
TwoExpressionsSectionSetList |
RegionToPierce
Declaration
public Section RegionToPierce { get; }
Property Value
Type | Description |
---|---|
Section |
RemoveGashes
Declaration
public bool RemoveGashes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SecondOffset
Declaration
public Expression SecondOffset { get; }
Property Value
Type | Description |
---|---|
Expression |
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.Runtime.Remoting.Messaging.IMessageSink