Class EditCornerBuilder
Inheritance
EditCornerBuilder
Assembly: NXOpen.dll
public class EditCornerBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected EditCornerBuilder()
Properties
Declaration
public EditCornerBuilder.BendClosureTypeOptions BendClosureType { get; set; }
Property Value
Declaration
public EditCornerBuilder.CornerReliefTypeOptions CornerReliefType { get; set; }
Property Value
Declaration
public Expression Diameter { get; }
Property Value
Declaration
public Expression OverlapRatio { get; }
Property Value
Declaration
public EditCornerBuilder.PlateClosureTypeOptions PlateClosureType { get; set; }
Property Value
Declaration
public Expression PlateGap { get; }
Property Value
Declaration
public bool ReverseOverlap { get; set; }
Property Value
Methods
Declaration
public void AddFacePair(Face firstFace, Face secondFace)
Parameters
Type |
Name |
Description |
Face |
firstFace |
|
Face |
secondFace |
|
Declaration
public void GetFacePair(int index, out Face firstFace, out Face secondFace)
Parameters
Type |
Name |
Description |
int |
index |
|
Face |
firstFace |
|
Face |
secondFace |
|
Declaration
public int GetNumberOfFacePairs()
Returns
Declaration
public void RemoveFacePair(Face firstFace, Face secondFace)
Parameters
Type |
Name |
Description |
Face |
firstFace |
|
Face |
secondFace |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink