Class AeroFlangeBuilder
Inheritance
System.Object
System.MarshalByRefObject
AeroFlangeBuilder
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
public class AeroFlangeBuilder : SheetmetalBaseBuilder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected AeroFlangeBuilder()
Properties
Declaration
public Expression Angle { get; }
Property Value
Declaration
public ScCollector BaseEdges { get; set; }
Property Value
Declaration
public BendOptions BendOptions { get; }
Property Value
Declaration
public ScCollector RefFaces { get; set; }
Property Value
Methods
Declaration
public bool GetContourFlag()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public AeroFlangeBuilder.DimType GetDimensionType()
Returns
Declaration
public Expression GetEndCompensation(AeroFlangeBuilder.EndType endType, out AeroFlangeBuilder.CompType compType)
Parameters
Returns
Declaration
public Plane GetEndPlane(AeroFlangeBuilder.EndType endType)
Parameters
Returns
Declaration
public bool GetFlipDirection(AeroFlangeBuilder.DirType type)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public Expression GetLength(out AeroFlangeBuilder.LengthType type)
Parameters
Returns
Declaration
public AeroFlangeBuilder.MatType GetMaterialType()
Returns
Declaration
public void SetAngle(string angleExpression)
Parameters
Type |
Name |
Description |
System.String |
angleExpression |
|
Declaration
public void SetContourFlag(bool showContour)
Parameters
Type |
Name |
Description |
System.Boolean |
showContour |
|
Declaration
public void SetDimensionType(AeroFlangeBuilder.DimType dimType)
Parameters
Declaration
public void SetEndCompensation(AeroFlangeBuilder.EndType endType, AeroFlangeBuilder.CompType compType, string valueExpression)
Parameters
Declaration
public void SetEndPlane(AeroFlangeBuilder.EndType endType, Plane endPlane)
Parameters
Declaration
public void SetFlipDirection(AeroFlangeBuilder.DirType type, bool flipFlag)
Parameters
Declaration
public void SetLength(AeroFlangeBuilder.LengthType type, string valueExpression)
Parameters
Declaration
public void SetMaterialType(AeroFlangeBuilder.MatType matType)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink