Class RotorBuilder
Inheritance
System.Object
System.MarshalByRefObject
RotorBuilder
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 RotorBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
RotorBuilder()
Declaration
Properties
AirCylinderParent
Declaration
public PadParentBuilder AirCylinderParent { get; }
Property Value
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
BoltHoleParent
Declaration
public HoleParentBuilder BoltHoleParent { 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
EndStopsParent
Declaration
public PadParentBuilder EndStopsParent { get; }
Property Value
HandlingHoleParent
Declaration
public HoleParentBuilder HandlingHoleParent { get; }
Property Value
PressDirection
Declaration
public IReferenceAxis PressDirection { get; set; }
Property Value
RotorRotationAngle
Declaration
public Expression RotorRotationAngle { get; }
Property Value
RotorSolid
Declaration
public Body RotorSolid { get; set; }
Property Value
Section
Declaration
public RotorSectionBuilder Section { get; }
Property Value
SensorParent
Declaration
public PadParentBuilder SensorParent { get; }
Property Value
SetupBlocksParent
Declaration
public PadParentBuilder SetupBlocksParent { get; }
Property Value
Declaration
public Body SheetMetal { get; set; }
Property Value
TbarHoleParent
Declaration
public HoleParentBuilder TbarHoleParent { get; }
Property Value
ThroatDefinitionParent
Declaration
public ThroatParentBuilder ThroatDefinitionParent { get; }
Property Value
ThroatOrientation
Declaration
public CartesianCoordinateSystem ThroatOrientation { get; set; }
Property Value
WearPlateLocatorsParent
Declaration
public WearPlateLocParentBuilder WearPlateLocatorsParent { get; }
Property Value
Methods
GetEndOfFlangeProfile(out DirectionOption)
Declaration
public IProfile[] GetEndOfFlangeProfile(out DirectionOption direction)
Parameters
Returns
GetEndOrientation()
Declaration
public ISurface[] GetEndOrientation()
Returns
GetFlangeBendProfile(out DirectionOption)
Declaration
public IProfile[] GetFlangeBendProfile(out DirectionOption direction)
Parameters
Returns
GetStartOrientation()
Declaration
public ISurface[] GetStartOrientation()
Returns
SetEndOfFlangeProfile(DirectionOption, IProfile[])
Declaration
public void SetEndOfFlangeProfile(DirectionOption direction, IProfile[] profileEntries)
Parameters
SetEndOrientation(ISurface[])
Declaration
public void SetEndOrientation(ISurface[] endEntries)
Parameters
Type |
Name |
Description |
ISurface[] |
endEntries |
|
SetFlangeBendProfile(DirectionOption, IProfile[])
Declaration
public void SetFlangeBendProfile(DirectionOption direction, IProfile[] profileEntries)
Parameters
SetRotorRotationAngle(String)
Declaration
public void SetRotorRotationAngle(string degrees)
Parameters
Type |
Name |
Description |
System.String |
degrees |
|
SetStartOrientation(ISurface[])
Declaration
public void SetStartOrientation(ISurface[] startEntries)
Parameters
Type |
Name |
Description |
ISurface[] |
startEntries |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink