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.StructureDesign
    Assembly: NXOpen.dll
    Syntax
    public class GussetBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    GussetBuilder()

    Declaration
    protected GussetBuilder()

    Properties

    AlignmentType

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

    AngularTolerance

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

    AttachmentOffset

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

    AttachmentPointNormal

    Declaration
    public Vector3d AttachmentPointNormal { get; set; }
    Property Value
    Type Description
    Vector3d

    DistanceTolerance

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

    FirstFaceSelect

    Declaration
    public ScCollector FirstFaceSelect { get; }
    Property Value
    Type Description
    ScCollector

    FlangeData

    Declaration
    public FeatureSpreadsheetBuilder FlangeData { get; }
    Property Value
    Type Description
    FeatureSpreadsheetBuilder

    GussetName

    Declaration
    public string GussetName { get; set; }
    Property Value
    Type Description
    System.String

    OffsetDistance

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

    OrientVector

    Declaration
    public Direction OrientVector { get; set; }
    Property Value
    Type Description
    Direction

    PickPointOnAttachment

    Declaration
    public Point3d PickPointOnAttachment { get; set; }
    Property Value
    Type Description
    Point3d

    PickPointOnReinforcement

    Declaration
    public Point3d PickPointOnReinforcement { get; set; }
    Property Value
    Type Description
    Point3d

    PositionType

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

    ReinforcementOffset

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

    ReinforcementPointNormal

    Declaration
    public Vector3d ReinforcementPointNormal { get; set; }
    Property Value
    Type Description
    Vector3d

    ReverseAlignEdge

    Declaration
    public bool ReverseAlignEdge { get; set; }
    Property Value
    Type Description
    System.Boolean

    ReverseAttachmentOffsetFlange

    Declaration
    public bool ReverseAttachmentOffsetFlange { get; set; }
    Property Value
    Type Description
    System.Boolean

    ReverseFirstFace

    Declaration
    public bool ReverseFirstFace { get; set; }
    Property Value
    Type Description
    System.Boolean

    ReverseFlange

    Declaration
    public bool ReverseFlange { get; set; }
    Property Value
    Type Description
    System.Boolean

    ReverseReinforcementOffsetFlange

    Declaration
    public bool ReverseReinforcementOffsetFlange { get; set; }
    Property Value
    Type Description
    System.Boolean

    ReverseSecondFace

    Declaration
    public bool ReverseSecondFace { get; set; }
    Property Value
    Type Description
    System.Boolean

    SecondFaceSelect

    Declaration
    public ScCollector SecondFaceSelect { get; }
    Property Value
    Type Description
    ScCollector

    ThicknessType

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

    Implements

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