Search Results for

    Show / Hide Table of Contents

    Class SteelInsertBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SteelInsertBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    double

    BackReliefToggle

    Declaration
    public int BackReliefToggle { get; set; }
    Property Value
    Type Description
    int

    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
    bool

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    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
    int

    ReverseTrimSide

    Declaration
    public bool ReverseTrimSide { get; set; }
    Property Value
    Type Description
    bool

    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