Search Results for

    Show / Hide Table of Contents

    Class EdgeCutBuilder

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

    Constructors

    EdgeCutBuilder()

    Declaration
    protected EdgeCutBuilder()

    Properties

    CutCount

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

    CutOrientationAngle

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

    EndPositionOnGuide

    Declaration
    public OnPathDimensionBuilder EndPositionOnGuide { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    GuideCurve

    Declaration
    public Section GuideCurve { get; }
    Property Value
    Type Description
    Section

    GuideOffset

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

    HorizontalReference

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

    ManufacturingInformation

    Declaration
    public ManufacturingStockBuilder ManufacturingInformation { get; }
    Property Value
    Type Description
    ManufacturingStockBuilder

    PathGeometry

    Declaration
    public SelectTaggedObjectList PathGeometry { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    PathReverseDirection

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

    PlacementGeometry

    Declaration
    public SelectDisplayableObjectList PlacementGeometry { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    ReferenceDirection

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

    ReferencePoint

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

    SelectEndLimit

    Declaration
    public SelectNXObject SelectEndLimit { get; }
    Property Value
    Type Description
    SelectNXObject

    SelectStartLimit

    Declaration
    public SelectNXObject SelectStartLimit { get; }
    Property Value
    Type Description
    SelectNXObject

    SelectTargetFace

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

    SketchBlock

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

    SpaceBetweenCuts

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

    Spacing

    Declaration
    public EdgeCutBuilder.ArraySpacing Spacing { get; set; }
    Property Value
    Type Description
    EdgeCutBuilder.ArraySpacing

    SpacingReference

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

    StartPositionOnGuide

    Declaration
    public OnPathDimensionBuilder StartPositionOnGuide { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    SymmetricOffsets

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

    Version

    Declaration
    public EdgeCutBuilder.VersionID Version { get; }
    Property Value
    Type Description
    EdgeCutBuilder.VersionID

    Implements

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