NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.CADModeling Class Reference

The CADModeling class provides method to create cad face using polygon face More...

Inheritance diagram for NXOpen.CAE.CADModeling:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void CreateCurvesFromPolygonFace (NXOpen.Part cadPart, NXOpen.CAE.CAEFace polygonFace, out NXOpen.TaggedObject[] lines)
 CREATE curves from polygon face in part More...
 
unsafe NXOpen.Features.Feature CreateSurfaceFromPolygonFace (NXOpen.Part cadPart, NXOpen.CAE.CAEFace polygonFace)
 CREATE cad surface from polygon face in part More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

The CADModeling class provides method to create cad face using polygon face

To obtain an instance of this class, refer to NXOpen.CAE.FemPart

Created in NX8.5.0

Member Function Documentation

unsafe void NXOpen.CAE.CADModeling.CreateCurvesFromPolygonFace ( NXOpen.Part  cadPart,
NXOpen.CAE.CAEFace  polygonFace,
out NXOpen.TaggedObject[]  lines 
)
inline

CREATE curves from polygon face in part

Created in NX8.5.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
cadPartthe target cad part
polygonFacethe polygon face
linesline segments
unsafe NXOpen.Features.Feature NXOpen.CAE.CADModeling.CreateSurfaceFromPolygonFace ( NXOpen.Part  cadPart,
NXOpen.CAE.CAEFace  polygonFace 
)
inline

CREATE cad surface from polygon face in part

Created in NX8.5.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
cadPartthe target cad part
polygonFacethe polygon face
Returns
surface feature

Property Documentation

Tag NXOpen.CAE.CADModeling.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.