Class DmBndBuilder
Assembly: NXOpen.dll
Syntax
public class DmBndBuilder : TaggedObject, IMessageSink
Constructors
DmBndBuilder()
Declaration
Properties
ApplyAtBoundary
Declaration
public bool ApplyAtBoundary { get; set; }
Property Value
ApplyAtPartSurface
Declaration
public bool ApplyAtPartSurface { get; set; }
Property Value
ApplyFilletAt
Declaration
public DmBndBuilder.ApplyFilletAtTypes ApplyFilletAt { get; set; }
Property Value
BndAddPasses
Declaration
public int BndAddPasses { get; set; }
Property Value
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
BndProfilePassStock
Declaration
public double BndProfilePassStock { get; set; }
Property Value
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 DisToolEndProj { get; set; }
Property Value
Declaration
public bool DispContact { get; set; }
Property Value
Declaration
public bool DispContactNormal { get; set; }
Property Value
Declaration
public bool DispToolEnd { get; set; }
Property Value
DmBndStock
Declaration
public double DmBndStock { get; set; }
Property Value
IslandCleanup
Declaration
public bool IslandCleanup { get; set; }
Property Value
IslandCleanupStatus
Declaration
public bool IslandCleanupStatus { get; set; }
Property Value
PatternCenterPoint
Declaration
public Point PatternCenterPoint { get; set; }
Property Value
RegionConnection
Declaration
public bool RegionConnection { get; set; }
Property Value
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
GetDmBndIntolOuttol()
Declaration
public double[] GetDmBndIntolOuttol()
Returns
SetBndCutPattern(BndCutPatternTypes)
Declaration
public void SetBndCutPattern(DmBndBuilder.BndCutPatternTypes bndCutPattern)
Parameters
SetBndCutTraversal(BndCutTraversalTypes)
Declaration
public void SetBndCutTraversal(DmBndBuilder.BndCutTraversalTypes bndCutTraversal)
Parameters
SetDmBndCutZigDir(double[])
Declaration
public void SetDmBndCutZigDir(double[] bndCutZigDir)
Parameters
Type |
Name |
Description |
double[] |
bndCutZigDir |
|
SetDmBndIntolOuttol(double[])
Declaration
public void SetDmBndIntolOuttol(double[] values)
Parameters
Type |
Name |
Description |
double[] |
values |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink