Class DmBndBuilder
Inheritance
System.Object
System.MarshalByRefObject
DmBndBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class DmBndBuilder : TaggedObject, IMessageSink
Constructors
DmBndBuilder()
Declaration
Properties
ApplyAtBoundary
Declaration
public bool ApplyAtBoundary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ApplyAtPartSurface
Declaration
public bool ApplyAtPartSurface { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ApplyFilletAt
Declaration
public DmBndBuilder.ApplyFilletAtTypes ApplyFilletAt { get; set; }
Property Value
BndAddPasses
Declaration
public int BndAddPasses { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BndCustomStart
Declaration
public DmBndBuilder.BndCustomStartTypes BndCustomStart { get; set; }
Property Value
BndPocketDir
Declaration
public DmBndBuilder.BndPocketDirTypes BndPocketDir { get; set; }
Property Value
BndProfilePass
Declaration
public bool BndProfilePass { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BndProfilePassStock
Declaration
public double BndProfilePassStock { get; set; }
Property Value
Type |
Description |
System.Double |
|
CutAngle
Declaration
public CutAngle CutAngle { get; }
Property Value
CutPatternBuilder
Declaration
public CutPatternBuilder CutPatternBuilder { get; }
Property Value
CutPatternCenter
Declaration
public DmBndBuilder.BndPatternCenterTypes CutPatternCenter { get; set; }
Property Value
Declaration
public bool DispContact { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool DispContactNormal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool DispToolEnd { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool DisToolEndProj { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DmBndStock
Declaration
public double DmBndStock { get; set; }
Property Value
Type |
Description |
System.Double |
|
IslandCleanup
Declaration
public bool IslandCleanup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IslandCleanupStatus
Declaration
public bool IslandCleanupStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PatternCenterPoint
Declaration
public Point PatternCenterPoint { get; set; }
Property Value
RegionConnection
Declaration
public bool RegionConnection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StepoverBuilder
Declaration
public StepoverBuilder StepoverBuilder { get; }
Property Value
UsePart
Declaration
public DmBndBuilder.UsePartTypes UsePart { get; set; }
Property Value
Methods
GetBndCutPattern()
Declaration
public DmBndBuilder.BndCutPatternTypes GetBndCutPattern()
Returns
GetBndCutTraversal()
Declaration
public DmBndBuilder.BndCutTraversalTypes GetBndCutTraversal()
Returns
GetDmBndCutZigDir()
Declaration
public double[] GetDmBndCutZigDir()
Returns
Type |
Description |
System.Double[] |
|
GetDmBndIntolOuttol()
Declaration
public double[] GetDmBndIntolOuttol()
Returns
Type |
Description |
System.Double[] |
|
SetBndCutPattern(DmBndBuilder.BndCutPatternTypes)
Declaration
public void SetBndCutPattern(DmBndBuilder.BndCutPatternTypes bndCutPattern)
Parameters
SetBndCutTraversal(DmBndBuilder.BndCutTraversalTypes)
Declaration
public void SetBndCutTraversal(DmBndBuilder.BndCutTraversalTypes bndCutTraversal)
Parameters
SetDmBndCutZigDir(Double[])
Declaration
public void SetDmBndCutZigDir(double[] bndCutZigDir)
Parameters
Type |
Name |
Description |
System.Double[] |
bndCutZigDir |
|
SetDmBndIntolOuttol(Double[])
Declaration
public void SetDmBndIntolOuttol(double[] values)
Parameters
Type |
Name |
Description |
System.Double[] |
values |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink