Class ThreeBendCornerBuilder
Inheritance
ThreeBendCornerBuilder
Assembly: NXOpen.dll
public class ThreeBendCornerBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ThreeBendCornerBuilder()
Properties
Declaration
public bool BlendMiter { get; set; }
Property Value
Declaration
public Expression BlendMiterRadius { get; }
Property Value
Declaration
public ThreeBendCornerBuilder.CutMethodTypes CutMethod { get; set; }
Property Value
Declaration
public Expression Diameter { get; }
Property Value
Declaration
public Expression FlangeClearance { get; }
Property Value
Declaration
public Expression Length { get; }
Property Value
Declaration
public Expression Length1 { get; }
Property Value
Declaration
public Expression Length2 { get; }
Property Value
Declaration
public bool MiterCorner { get; set; }
Property Value
Declaration
public Expression MiterRootRadius { get; }
Property Value
Declaration
public int NumberOfFacePairs { get; }
Property Value
Declaration
public Expression Offset { get; }
Property Value
Declaration
public ThreeBendCornerBuilder.OriginTypes OriginType { get; set; }
Property Value
Declaration
public Expression PunchRadius { get; }
Property Value
Declaration
public ThreeBendCornerBuilder.TreatmentTypeOptions TreatmentType { get; set; }
Property Value
Declaration
public Expression VCutoutAngle1 { get; }
Property Value
Declaration
public Expression VCutoutAngle2 { get; }
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 void RemoveFacePair(Face firstFace, Face secondFace)
Parameters
Type |
Name |
Description |
Face |
firstFace |
|
Face |
secondFace |
|
Declaration
public int ValidateBuilderData()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink