Search Results for

    Show / Hide Table of Contents

    Class PlanarParallelMeshSlicing

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    MeshSlicingData
    PlanarParallelMeshSlicing
    Implements
    IMessageSink
    Inherited Members
    MeshSlicingData.GetSlicingType()
    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public class PlanarParallelMeshSlicing : MeshSlicingData, IMessageSink

    Constructors

    PlanarParallelMeshSlicing()

    Declaration
    protected PlanarParallelMeshSlicing()

    Methods

    GetDistancesFromReferencePoint(out double[])

    Declaration
    public void GetDistancesFromReferencePoint(out double[] distances)
    Parameters
    Type Name Description
    double[] distances

    GetReferencePoint(out double[])

    Declaration
    public void GetReferencePoint(out double[] pointCoords)
    Parameters
    Type Name Description
    double[] pointCoords

    GetSlicingDirection(out double[])

    Declaration
    public void GetSlicingDirection(out double[] coordinates)
    Parameters
    Type Name Description
    double[] coordinates

    SetDistancesFromReferencePoint(double[])

    Declaration
    public void SetDistancesFromReferencePoint(double[] distances)
    Parameters
    Type Name Description
    double[] distances

    SetReferencePoint(double[])

    Declaration
    public void SetReferencePoint(double[] pointCoords)
    Parameters
    Type Name Description
    double[] pointCoords

    SetSlicingDirection(double[])

    Declaration
    public void SetSlicingDirection(double[] coordinates)
    Parameters
    Type Name Description
    double[] coordinates

    Implements

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