Class SteelInsertBuilder
Inheritance
System.Object
System.MarshalByRefObject
SteelInsertBuilder
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 SteelInsertBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
SteelInsertBuilder()
Declaration
protected SteelInsertBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
BackReliefToggle
Declaration
public int BackReliefToggle { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BaseOrientation
Declaration
public ISurface BaseOrientation { get; set; }
Property Value
BoltHoleParent
Declaration
public HoleParentBuilder BoltHoleParent { get; }
Property Value
CamDirection
Declaration
public IReferenceAxis CamDirection { get; set; }
Property Value
ConnectProfilesParent
Declaration
public ConnectProfileParentBuilder ConnectProfilesParent { get; }
Property Value
DisplayHoles
Declaration
public bool DisplayHoles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
DowelHoleParent
Declaration
public HoleParentBuilder DowelHoleParent { get; }
Property Value
EndOrientation
Declaration
public ISurface EndOrientation { get; set; }
Property Value
InsertType
Declaration
public SteelInsertBuilder.InsertTypeOption InsertType { get; set; }
Property Value
PierceHoleParent
Declaration
public PierceHoleParentBuilder PierceHoleParent { get; }
Property Value
ProfileReliefToggle
Declaration
public int ProfileReliefToggle { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReverseTrimSide
Declaration
public bool ReverseTrimSide { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RibsParent
Declaration
public FlangeSteelRibParentBuilder RibsParent { get; }
Property Value
Section
Declaration
public SteelInsertSectionBuilder Section { get; }
Property Value
SegmentsParent
Declaration
public SteelInsertSegmentParentBuilder SegmentsParent { get; }
Property Value
Declaration
public Body SheetMetal { get; set; }
Property Value
StartOrientation
Declaration
public ISurface StartOrientation { get; set; }
Property Value
Methods
GetBackShape()
Declaration
public ISurface[] GetBackShape()
Returns
GetFlangeEndProfile(out DirectionOption)
Declaration
public IProfile[] GetFlangeEndProfile(out DirectionOption direction)
Parameters
Returns
GetHoleGridOrientation(out Point3d, out Matrix3x3)
Declaration
public void GetHoleGridOrientation(out Point3d gridOrigin, out Matrix3x3 gridMatrix)
Parameters
GetMainProfile(out DirectionOption)
Declaration
public IProfile[] GetMainProfile(out DirectionOption direction)
Parameters
Returns
SetBackShape(ISurface[])
Declaration
public void SetBackShape(ISurface[] backEntries)
Parameters
Type |
Name |
Description |
ISurface[] |
backEntries |
|
SetFlangeEndProfile(DirectionOption, IProfile[])
Declaration
public void SetFlangeEndProfile(DirectionOption direction, IProfile[] profileEntries)
Parameters
SetHoleGridOrientation(Point3d, Matrix3x3)
Declaration
public void SetHoleGridOrientation(Point3d gridOrigin, Matrix3x3 gridMatrix)
Parameters
SetMainProfile(DirectionOption, IProfile[])
Declaration
public void SetMainProfile(DirectionOption direction, IProfile[] profileEntries)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink