Search Results for

    Show / Hide Table of Contents

    Class CADModeling

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    CADModeling
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class CADModeling : NXRemotableObject, IMessageSink

    Constructors

    CADModeling(FemPart)

    Declaration
    protected CADModeling(FemPart owner)
    Parameters
    Type Name Description
    FemPart owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateCurvesFromPolygonFace(Part, CAEFace, out TaggedObject[])

    Declaration
    public void CreateCurvesFromPolygonFace(Part cadPart, CAEFace polygonFace, out TaggedObject[] lines)
    Parameters
    Type Name Description
    Part cadPart
    CAEFace polygonFace
    TaggedObject[] lines

    CreateSurfaceFromPolygonFace(Part, CAEFace)

    Declaration
    public Feature CreateSurfaceFromPolygonFace(Part cadPart, CAEFace polygonFace)
    Parameters
    Type Name Description
    Part cadPart
    CAEFace polygonFace
    Returns
    Type Description
    Feature

    Implements

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