Class AnalyzePocketBuilder
Inheritance
AnalyzePocketBuilder
Assembly: NXOpen.dll
Syntax
public class AnalyzePocketBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
AnalyzePocketBuilder()
Declaration
protected AnalyzePocketBuilder()
Properties
AcutelyAngledWallsChecker
Declaration
public bool AcutelyAngledWallsChecker { get; set; }
Property Value
Diameter
Declaration
public Expression Diameter { get; }
Property Value
FloorFaces
Declaration
public ScCollector FloorFaces { get; set; }
Property Value
FluteLength
Declaration
public Expression FluteLength { get; }
Property Value
InaccessibleAreasChecker
Declaration
public bool InaccessibleAreasChecker { get; set; }
Property Value
LowerRadius
Declaration
public Expression LowerRadius { get; }
Property Value
NeckDiameter
Declaration
public Expression NeckDiameter { get; }
Property Value
Declaration
public AnalyzePocketBuilder.ToolTypes ToolType { get; set; }
Property Value
UndercutsChecker
Declaration
public bool UndercutsChecker { get; set; }
Property Value
UpperRadius
Declaration
public Expression UpperRadius { get; }
Property Value
WallFaces
Declaration
public ScCollector WallFaces { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink