Search Results for

    Show / Hide Table of Contents

    Class BoundarySetWireEDM

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BoundarySet
    BoundarySetWireEDM
    Implements
    IMessageSink
    Inherited Members
    BoundarySet.AppendCurves(NXObject[], Point3d, Matrix3x3)
    BoundarySet.RemoveCurves(NXObject[])
    BoundarySet.CreateBoundaryMemberSet()
    BoundarySet.SynchronizePlanes(BoundarySet)
    BoundarySet.BoundaryMemberList
    BoundarySet.BoundaryType
    BoundarySet.CustomOffset
    BoundarySet.Offset
    BoundarySet.OffsetIntent
    BoundarySet.Plane
    BoundarySet.PlaneType
    BoundarySet.PointList
    BoundarySet.SelectObject
    BoundarySet.ToolPosition
    BoundarySet.ToolSide
    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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class BoundarySetWireEDM : BoundarySet, IMessageSink

    Constructors

    BoundarySetWireEDM()

    Declaration
    protected BoundarySetWireEDM()

    Properties

    ControlPoints

    Declaration
    public WedmCustomBoundaryDataBuilder ControlPoints { get; }
    Property Value
    Type Description
    WedmCustomBoundaryDataBuilder

    CustomStock

    Declaration
    public bool CustomStock { get; set; }
    Property Value
    Type Description
    bool

    CustomTaperAngle

    Declaration
    public bool CustomTaperAngle { get; set; }
    Property Value
    Type Description
    bool

    CustomTolerances

    Declaration
    public bool CustomTolerances { get; set; }
    Property Value
    Type Description
    bool

    InTolerance

    Declaration
    public double InTolerance { get; set; }
    Property Value
    Type Description
    double

    OutTolerance

    Declaration
    public double OutTolerance { get; set; }
    Property Value
    Type Description
    double

    Stock

    Declaration
    public double Stock { get; set; }
    Property Value
    Type Description
    double

    TaperAngle

    Declaration
    public double TaperAngle { get; set; }
    Property Value
    Type Description
    double

    Methods

    AddTopFace(TaggedObject, Point3d)

    Declaration
    public void AddTopFace(TaggedObject face, Point3d pickPoint)
    Parameters
    Type Name Description
    TaggedObject face
    Point3d pickPoint

    AppendCurvesToWireframe(NXObject[], Point3d, Matrix3x3)

    Declaration
    public void AppendCurvesToWireframe(NXObject[] curves, Point3d pickPoint, Matrix3x3 matrix)
    Parameters
    Type Name Description
    NXObject[] curves
    Point3d pickPoint
    Matrix3x3 matrix

    AppendSideFaces(TaggedObject[], Point3d)

    Declaration
    public void AppendSideFaces(TaggedObject[] faces, Point3d pickPoint)
    Parameters
    Type Name Description
    TaggedObject[] faces
    Point3d pickPoint

    CreateBoundaryMemberSetWireEdm()

    Declaration
    public BoundaryMemberSetWireEDM CreateBoundaryMemberSetWireEdm()
    Returns
    Type Description
    BoundaryMemberSetWireEDM

    RemoveCurvesFromWireframe(NXObject[])

    Declaration
    public void RemoveCurvesFromWireframe(NXObject[] curves)
    Parameters
    Type Name Description
    NXObject[] curves

    RemoveSideFace(TaggedObject)

    Declaration
    public void RemoveSideFace(TaggedObject face)
    Parameters
    Type Name Description
    TaggedObject face

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX