Class PatchOpeningsBuilder
Inheritance
System.Object
System.MarshalByRefObject
PatchOpeningsBuilder
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 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
Type |
Description |
System.Double |
|
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(Boolean)
Declaration
public void FindOpenings(bool filterNoise)
Parameters
Type |
Name |
Description |
System.Boolean |
filterNoise |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink