Search Results for

    Show / Hide Table of Contents

    Class MWDesignPartingSurfaceBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MWDesignPartingSurfaceBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class MWDesignPartingSurfaceBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    MWDesignPartingSurfaceBuilder()

    Declaration
    protected MWDesignPartingSurfaceBuilder()

    Properties

    AlternateMethod

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

    CreateAsPartingSurface

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

    CreateExtrudeSweptPreview

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

    EditPartingLines

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

    EnlargeOtherFaceOption

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

    ExtendDistance

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

    ExtrudeDirection

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

    ExtrudeDistance

    Declaration
    public double ExtrudeDistance { get; set; }
    Property Value
    Type Description
    System.Double

    ExtrudeDraftAngle

    Declaration
    public double ExtrudeDraftAngle { get; set; }
    Property Value
    Type Description
    System.Double

    GuideOrPartingLine

    Declaration
    public SelectCurve GuideOrPartingLine { get; }
    Property Value
    Type Description
    SelectCurve

    PartingLines

    Declaration
    public SelectCurveList PartingLines { get; }
    Property Value
    Type Description
    SelectCurveList

    PrimaryEdges

    Declaration
    public SelectEdgeList PrimaryEdges { get; }
    Property Value
    Type Description
    SelectEdgeList

    ResizeAllDirections

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

    SecondDirection

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

    SurfaceRange

    Declaration
    public SurfaceRangeBuilder SurfaceRange { get; }
    Property Value
    Type Description
    SurfaceRangeBuilder

    SurfaceTolerance

    Declaration
    public double SurfaceTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    SurfaceType

    Declaration
    public MWDesignPartingSurfaceBuilder.PartingSurfaceType SurfaceType { get; set; }
    Property Value
    Type Description
    MWDesignPartingSurfaceBuilder.PartingSurfaceType

    TransitionObjects

    Declaration
    public SelectCurveList TransitionObjects { get; }
    Property Value
    Type Description
    SelectCurveList

    TransitionSurfType

    Declaration
    public MWDesignPartingSurfaceBuilder.TransitionSurfaceType TransitionSurfType { get; set; }
    Property Value
    Type Description
    MWDesignPartingSurfaceBuilder.TransitionSurfaceType

    TrimAndExtendFromRegion

    Declaration
    public MWDesignPartingSurfaceBuilder.TrimAndExtendFromRegionType TrimAndExtendFromRegion { get; set; }
    Property Value
    Type Description
    MWDesignPartingSurfaceBuilder.TrimAndExtendFromRegionType

    TrimWithGuideLines

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

    UseDefaultKeepSide

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

    Methods

    AutoCreatePartingSurfaces()

    Declaration
    public void AutoCreatePartingSurfaces()

    ChangePartingObjectType(Int32)

    Declaration
    public void ChangePartingObjectType(int partingObjectType)
    Parameters
    Type Name Description
    System.Int32 partingObjectType

    CheckSuppressParting()

    Declaration
    public void CheckSuppressParting()

    ClearPreCreatedBoundedPlaneAndEnlargedSurface(Int32)

    Declaration
    public void ClearPreCreatedBoundedPlaneAndEnlargedSurface(int differentSegment)
    Parameters
    Type Name Description
    System.Int32 differentSegment

    ClearPreCreatedExtrudeAndSweptSurface(Int32)

    Declaration
    public void ClearPreCreatedExtrudeAndSweptSurface(int deleteSheet)
    Parameters
    Type Name Description
    System.Int32 deleteSheet

    CreateSectionForGuidedExtensionPreview()

    Declaration
    public void CreateSectionForGuidedExtensionPreview()

    CreateSurfaceData(Face)

    Declaration
    public void CreateSurfaceData(Face faceTag)
    Parameters
    Type Name Description
    Face faceTag

    DeleteAllPartingSurfaces()

    Declaration
    public void DeleteAllPartingSurfaces()

    DeletePartingSurface(Body)

    Declaration
    public void DeletePartingSurface(Body partingSheet)
    Parameters
    Type Name Description
    Body partingSheet

    DisplayObjectsOnEntry()

    Declaration
    public void DisplayObjectsOnEntry()

    FinalizeCreatePartingSurface()

    Declaration
    public void FinalizeCreatePartingSurface()

    FlipTrimmedSheet()

    Declaration
    public void FlipTrimmedSheet()

    InitializeOnEntry()

    Declaration
    public void InitializeOnEntry()

    PreCreateBoundedPlaneAndEnlargedSurface()

    Declaration
    public void PreCreateBoundedPlaneAndEnlargedSurface()

    UpdateAllSegmentsAutoCreateInfo()

    Declaration
    public void UpdateAllSegmentsAutoCreateInfo()

    UpdateBuilderPartingLinesHashTable()

    Declaration
    public void UpdateBuilderPartingLinesHashTable()

    UpdateEditPartingLines()

    Declaration
    public void UpdateEditPartingLines()

    UpdateExtrudeAndSweptSheets(Int32)

    Declaration
    public void UpdateExtrudeAndSweptSheets(int directionChange)
    Parameters
    Type Name Description
    System.Int32 directionChange

    UpdateExtrudeDistanceExpression(Double)

    Declaration
    public void UpdateExtrudeDistanceExpression(double extrudeDistance)
    Parameters
    Type Name Description
    System.Double extrudeDistance

    UpdateInApplyStatus(Int32)

    Declaration
    public void UpdateInApplyStatus(int inApplyStatus)
    Parameters
    Type Name Description
    System.Int32 inApplyStatus

    UpdatePartingLines()

    Declaration
    public void UpdatePartingLines()

    UpdatePreviewSurface()

    Declaration
    public void UpdatePreviewSurface()

    UpdateSegmentAutoCreateInfo()

    Declaration
    public void UpdateSegmentAutoCreateInfo()

    UpdateTransitionPoints()

    Declaration
    public void UpdateTransitionPoints()

    Implements

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