Search Results for

    Show / Hide Table of Contents

    Class GussetBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    GussetBuilder
    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.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
    double

    AttachmentOffset

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

    AttachmentPointNormal

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

    ContextAttribute

    Declaration
    public ContextAttributeBuilder ContextAttribute { get; }
    Property Value
    Type Description
    ContextAttributeBuilder

    DistanceTolerance

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

    ReverseAttachmentOffsetFlange

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

    ReverseFirstFace

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

    ReverseFlange

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

    ReverseReinforcementOffsetFlange

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

    ReverseSecondFace

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

    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