Class PatchOpeningsBuilder
Inheritance
PatchOpeningsBuilder
Assembly: NXOpen.dll
Syntax
public class PatchOpeningsBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
PatchOpeningsBuilder()
Declaration
protected PatchOpeningsBuilder()
Properties
CutoutLength
Declaration
public Expression CutoutLength { get; }
Property Value
CutoutRadius
Declaration
public Expression CutoutRadius { get; }
Property Value
Distance
Declaration
public Expression Distance { get; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
DividingCurves
Declaration
public ScCollector DividingCurves { get; }
Property Value
Faces
Declaration
public ScCollector Faces { get; }
Property Value
Limits
Declaration
public DieLimitsBuilder Limits { get; }
Property Value
Openings
Declaration
public ScCollector Openings { get; }
Property Value
Output
Declaration
public PatchOpeningsBuilder.OutputTypes Output { get; set; }
Property Value
ShelfLength
Declaration
public Expression ShelfLength { get; }
Property Value
ShelfPoint1
Declaration
public Point ShelfPoint1 { get; set; }
Property Value
ShelfPoint2
Declaration
public Point ShelfPoint2 { get; set; }
Property Value
ShelfRadius
Declaration
public Expression ShelfRadius { get; }
Property Value
Type
Declaration
public PatchOpeningsBuilder.Types Type { get; set; }
Property Value
Methods
CreatePathFromOpening(out NXObject[], out NXObject)
Declaration
public void CreatePathFromOpening(out NXObject[] objectArray, out NXObject path)
Parameters
FindOpenings(bool)
Declaration
public void FindOpenings(bool filterNoise)
Parameters
Type |
Name |
Description |
bool |
filterNoise |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink