Search Results for

    Show / Hide Table of Contents

    Class SteelInsertBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SteelInsertBuilder
    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 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
    Type Description
    ISurface

    BoltHoleParent

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

    CamDirection

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

    ConnectProfilesParent

    Declaration
    public ConnectProfileParentBuilder ConnectProfilesParent { get; }
    Property Value
    Type Description
    ConnectProfileParentBuilder

    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

    EndOrientation

    Declaration
    public ISurface EndOrientation { get; set; }
    Property Value
    Type Description
    ISurface

    InsertType

    Declaration
    public SteelInsertBuilder.InsertTypeOption InsertType { get; set; }
    Property Value
    Type Description
    SteelInsertBuilder.InsertTypeOption

    PierceHoleParent

    Declaration
    public PierceHoleParentBuilder PierceHoleParent { get; }
    Property Value
    Type Description
    PierceHoleParentBuilder

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

    Section

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

    SegmentsParent

    Declaration
    public SteelInsertSegmentParentBuilder SegmentsParent { get; }
    Property Value
    Type Description
    SteelInsertSegmentParentBuilder

    SheetMetal

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

    StartOrientation

    Declaration
    public ISurface StartOrientation { get; set; }
    Property Value
    Type Description
    ISurface

    Methods

    GetBackShape()

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

    GetFlangeEndProfile(out DirectionOption)

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

    GetHoleGridOrientation(out Point3d, out Matrix3x3)

    Declaration
    public void GetHoleGridOrientation(out Point3d gridOrigin, out Matrix3x3 gridMatrix)
    Parameters
    Type Name Description
    Point3d gridOrigin
    Matrix3x3 gridMatrix

    GetMainProfile(out DirectionOption)

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

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

    SetHoleGridOrientation(Point3d, Matrix3x3)

    Declaration
    public void SetHoleGridOrientation(Point3d gridOrigin, Matrix3x3 gridMatrix)
    Parameters
    Type Name Description
    Point3d gridOrigin
    Matrix3x3 gridMatrix

    SetMainProfile(DirectionOption, IProfile[])

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX