Class PolygonGeometryManager
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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 PolygonGeometryManager : NXRemotableObject, IMessageSink
Constructors
PolygonGeometryManager(FemPart)
Declaration
protected PolygonGeometryManager(FemPart owner)
Parameters
Type | Name | Description |
---|---|---|
FemPart | owner |
Properties
CaeGeometryRecipes
Declaration
public GeometryRecipeCollection CaeGeometryRecipes { get; }
Property Value
Type | Description |
---|---|
GeometryRecipeCollection |
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
GetPolygonBodyResolutionOnFemBodies()
Declaration
public PolygonGeometryManager.PolygonBodyResolutionType GetPolygonBodyResolutionOnFemBodies()
Returns
Type | Description |
---|---|
PolygonGeometryManager.PolygonBodyResolutionType |
SetPolygonBodyResolutionOnFemBodies(PolygonGeometryManager.PolygonBodyResolutionType)
Declaration
public void SetPolygonBodyResolutionOnFemBodies(PolygonGeometryManager.PolygonBodyResolutionType resType)
Parameters
Type | Name | Description |
---|---|---|
PolygonGeometryManager.PolygonBodyResolutionType | resType |
SetPolygonBodyResolutionWithRecreate(PolygonGeometryManager.PolygonBodyResolutionType, CAEBody[])
Declaration
public CAEBody[] SetPolygonBodyResolutionWithRecreate(PolygonGeometryManager.PolygonBodyResolutionType resolutionType, CAEBody[] inPolygonBodies)
Parameters
Type | Name | Description |
---|---|---|
PolygonGeometryManager.PolygonBodyResolutionType | resolutionType | |
CAEBody[] | inPolygonBodies |
Returns
Type | Description |
---|---|
CAEBody[] |
SetPolygonBodyResolutionWithRecreateAndUpdate(PolygonGeometryManager.PolygonBodyResolutionType, CAEBody[])
Declaration
public CAEBody[] SetPolygonBodyResolutionWithRecreateAndUpdate(PolygonGeometryManager.PolygonBodyResolutionType resolutionType, CAEBody[] inPolygonBodies)
Parameters
Type | Name | Description |
---|---|---|
PolygonGeometryManager.PolygonBodyResolutionType | resolutionType | |
CAEBody[] | inPolygonBodies |
Returns
Type | Description |
---|---|
CAEBody[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink