Search Results for

    Show / Hide Table of Contents

    Class CustomBracketBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    CustomBracketBuilder
    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.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class CustomBracketBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    CustomBracketBuilder()

    Declaration
    protected CustomBracketBuilder()

    Properties

    AttributeMaterial

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

    AttributeName

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

    CoordSystem

    Declaration
    public CoordinateSystem CoordSystem { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    HeelOffset

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

    HeelPoint

    Declaration
    public Point HeelPoint { get; set; }
    Property Value
    Type Description
    Point

    KeepCoordSystem

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

    KeepHeelPoint

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

    KeepPlacementPlane

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

    KeepReferencePlane

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

    KeepReverseDirection

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

    KeepSelectTrimFace

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

    PlacementPlane

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

    PlacementType

    Declaration
    public CustomBracketBuilder.CreationMethod PlacementType { get; set; }
    Property Value
    Type Description
    CustomBracketBuilder.CreationMethod

    ReferencePlane

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

    ReverseDirection

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

    SelectTrimFace

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

    SketchBlock

    Declaration
    public SketchExpressionModifierBuilder SketchBlock { get; }
    Property Value
    Type Description
    SketchExpressionModifierBuilder

    Thickness

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

    Methods

    GetAvailableAttributeMaterials()

    Declaration
    public string[] GetAvailableAttributeMaterials()
    Returns
    Type Description
    string[]

    GetAvailableAttributeNames()

    Declaration
    public string[] GetAvailableAttributeNames()
    Returns
    Type Description
    string[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX