Search Results for

    Show / Hide Table of Contents

    Class CustomBracketBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    CustomBracketBuilder
    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.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
    System.Int32

    AttributeName

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

    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
    System.Boolean

    KeepHeelPoint

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

    KeepPlacementPlane

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

    KeepReferencePlane

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

    KeepReverseDirection

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

    KeepSelectTrimFace

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

    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
    System.Boolean

    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
    System.String[]

    GetAvailableAttributeNames()

    Declaration
    public string[] GetAvailableAttributeNames()
    Returns
    Type Description
    System.String[]

    Implements

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