Search Results for

    Show / Hide Table of Contents

    Class EdgeCutBuilder

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

    Constructors

    EdgeCutBuilder()

    Declaration
    protected EdgeCutBuilder()

    Properties

    CutCount

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

    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
    bool

    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
    bool

    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