Search Results for

    Show / Hide Table of Contents

    Class GussetBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    GussetBuilder
    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.Features.SheetMetal
    Assembly: NXOpen.dll
    Syntax
    public class GussetBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    GussetBuilder()

    Declaration
    protected GussetBuilder()

    Properties

    BendFace

    Declaration
    public SelectFace BendFace { get; }
    Property Value
    Type Description
    SelectFace

    CornerRadius

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

    DatumPlane

    Declaration
    public Plane DatumPlane { get; set; }
    Property Value
    Type Description
    Plane

    Depth

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

    DieRadius

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

    PlacementCount

    Declaration
    public int PlacementCount { get; set; }
    Property Value
    Type Description
    System.Int32

    PlacementDistance

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

    PlacementSpacing

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

    PlacementType

    Declaration
    public GussetBuilder.PlacementTypes PlacementType { get; set; }
    Property Value
    Type Description
    GussetBuilder.PlacementTypes

    PunchRadius

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

    Section

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

    Shape

    Declaration
    public GussetBuilder.Shapes Shape { get; set; }
    Property Value
    Type Description
    GussetBuilder.Shapes

    SideAngle

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

    StartEdge

    Declaration
    public SelectEdge StartEdge { get; }
    Property Value
    Type Description
    SelectEdge

    Type

    Declaration
    public GussetBuilder.Types Type { get; set; }
    Property Value
    Type Description
    GussetBuilder.Types

    Width

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

    WidthSide

    Declaration
    public GussetBuilder.WidthSides WidthSide { get; set; }
    Property Value
    Type Description
    GussetBuilder.WidthSides

    Methods

    AlternateSolution()

    Declaration
    public void AlternateSolution()

    GetIsPreNx10()

    Declaration
    public bool GetIsPreNx10()
    Returns
    Type Description
    System.Boolean

    GetPlacementOriginAndDirection(out Point3d)

    Declaration
    public Vector3d GetPlacementOriginAndDirection(out Point3d origin)
    Parameters
    Type Name Description
    Point3d origin
    Returns
    Type Description
    Vector3d

    GetStartEdgeCandidates(out Edge[])

    Declaration
    public void GetStartEdgeCandidates(out Edge[] candidateEdges)
    Parameters
    Type Name Description
    Edge[] candidateEdges

    Implements

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