Search Results for

    Show / Hide Table of Contents

    Class EndCutBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    EndCutBuilder
    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 EndCutBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    EndCutBuilder()

    Declaration
    protected EndCutBuilder()

    Properties

    ConnectionType

    Declaration
    public EndCutBuilder.ConnectionTypes ConnectionType { get; set; }
    Property Value
    Type Description
    EndCutBuilder.ConnectionTypes

    DraftAngle

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

    DraftOffset

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

    DraftType

    Declaration
    public EndCutBuilder.DraftTypes DraftType { get; set; }
    Property Value
    Type Description
    EndCutBuilder.DraftTypes

    EndFaceType

    Declaration
    public EndCutBuilder.EndFaceTypes EndFaceType { get; set; }
    Property Value
    Type Description
    EndCutBuilder.EndFaceTypes

    FlangeBoundary

    Declaration
    public SelectBody FlangeBoundary { get; }
    Property Value
    Type Description
    SelectBody

    FlangeSketchData

    Declaration
    public SteelFeatureSpreadsheetBuilder FlangeSketchData { get; }
    Property Value
    Type Description
    SteelFeatureSpreadsheetBuilder

    LimitGeometry

    Declaration
    public SelectDisplayableObject LimitGeometry { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    LimitType

    Declaration
    public EndCutBuilder.LimitTypes LimitType { get; set; }
    Property Value
    Type Description
    EndCutBuilder.LimitTypes

    Offset

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

    PlacementEdge

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

    PlacementFaces

    Declaration
    public SelectFaceList PlacementFaces { get; }
    Property Value
    Type Description
    SelectFaceList

    Plane

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

    SelectionType

    Declaration
    public EndCutBuilder.SelectionTypes SelectionType { get; set; }
    Property Value
    Type Description
    EndCutBuilder.SelectionTypes

    ShearAngle

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

    TiltAngle

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

    ToeSketchData

    Declaration
    public SteelFeatureSpreadsheetBuilder ToeSketchData { get; }
    Property Value
    Type Description
    SteelFeatureSpreadsheetBuilder

    WebSketchData

    Declaration
    public SteelFeatureSpreadsheetBuilder WebSketchData { get; }
    Property Value
    Type Description
    SteelFeatureSpreadsheetBuilder

    Methods

    InheritParametersFromEndcutFace(Face)

    Declaration
    public void InheritParametersFromEndcutFace(Face endcutFace)
    Parameters
    Type Name Description
    Face endcutFace

    UpdateContextEntity(NXObject)

    Declaration
    public void UpdateContextEntity(NXObject tEntity)
    Parameters
    Type Name Description
    NXObject tEntity

    Implements

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