Search Results for

    Show / Hide Table of Contents

    Class RotorBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    RotorBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.Die
    Assembly: NXOpen.dll
    Syntax
    public class RotorBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    RotorBuilder()

    Declaration
    protected RotorBuilder()

    Properties

    AirCylinderParent

    Declaration
    public PadParentBuilder AirCylinderParent { get; }
    Property Value
    Type Description
    PadParentBuilder

    AngleTolerance

    Declaration
    public double AngleTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    BoltHoleParent

    Declaration
    public HoleParentBuilder BoltHoleParent { get; }
    Property Value
    Type Description
    HoleParentBuilder

    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
    Type Description
    HoleParentBuilder

    EndStopsParent

    Declaration
    public PadParentBuilder EndStopsParent { get; }
    Property Value
    Type Description
    PadParentBuilder

    HandlingHoleParent

    Declaration
    public HoleParentBuilder HandlingHoleParent { get; }
    Property Value
    Type Description
    HoleParentBuilder

    PressDirection

    Declaration
    public IReferenceAxis PressDirection { get; set; }
    Property Value
    Type Description
    IReferenceAxis

    RotorRotationAngle

    Declaration
    public Expression RotorRotationAngle { get; }
    Property Value
    Type Description
    Expression

    RotorSolid

    Declaration
    public Body RotorSolid { get; set; }
    Property Value
    Type Description
    Body

    Section

    Declaration
    public RotorSectionBuilder Section { get; }
    Property Value
    Type Description
    RotorSectionBuilder

    SensorParent

    Declaration
    public PadParentBuilder SensorParent { get; }
    Property Value
    Type Description
    PadParentBuilder

    SetupBlocksParent

    Declaration
    public PadParentBuilder SetupBlocksParent { get; }
    Property Value
    Type Description
    PadParentBuilder

    SheetMetal

    Declaration
    public Body SheetMetal { get; set; }
    Property Value
    Type Description
    Body

    TbarHoleParent

    Declaration
    public HoleParentBuilder TbarHoleParent { get; }
    Property Value
    Type Description
    HoleParentBuilder

    ThroatDefinitionParent

    Declaration
    public ThroatParentBuilder ThroatDefinitionParent { get; }
    Property Value
    Type Description
    ThroatParentBuilder

    ThroatOrientation

    Declaration
    public CartesianCoordinateSystem ThroatOrientation { get; set; }
    Property Value
    Type Description
    CartesianCoordinateSystem

    WearPlateLocatorsParent

    Declaration
    public WearPlateLocParentBuilder WearPlateLocatorsParent { get; }
    Property Value
    Type Description
    WearPlateLocParentBuilder

    Methods

    GetEndOfFlangeProfile(out DirectionOption)

    Declaration
    public IProfile[] GetEndOfFlangeProfile(out DirectionOption direction)
    Parameters
    Type Name Description
    DirectionOption direction
    Returns
    Type Description
    IProfile[]

    GetEndOrientation()

    Declaration
    public ISurface[] GetEndOrientation()
    Returns
    Type Description
    ISurface[]

    GetFlangeBendProfile(out DirectionOption)

    Declaration
    public IProfile[] GetFlangeBendProfile(out DirectionOption direction)
    Parameters
    Type Name Description
    DirectionOption direction
    Returns
    Type Description
    IProfile[]

    GetStartOrientation()

    Declaration
    public ISurface[] GetStartOrientation()
    Returns
    Type Description
    ISurface[]

    SetEndOfFlangeProfile(DirectionOption, IProfile[])

    Declaration
    public void SetEndOfFlangeProfile(DirectionOption direction, IProfile[] profileEntries)
    Parameters
    Type Name Description
    DirectionOption direction
    IProfile[] profileEntries

    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
    Type Name Description
    DirectionOption direction
    IProfile[] profileEntries

    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX