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

Represents a NXOpen.CAE.ConvexMeshBuilder More...

Inheritance diagram for NXOpen.CAE.ConvexMeshBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  OffsetMethodOption { DistanceAlongNormal, ScaleFactor, None }
 the offset method option More...
 

Public Member Functions

unsafe void AutomaticElementSize ()
 The creation of automatic element size More...
 
unsafe void GetInfinitePlanes (out NXOpen.Plane[] infinitePlanes)
 The Infinite planes More...
 
unsafe void SetInfinitePlanes (NXOpen.Plane[] pPlaneTags)
 The Infinite planes More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. 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

unsafe NXOpen.Expression ElementSize [get]
 Returns the element size More...
 
unsafe
NXOpen.CAE.ElementTypeBuilder 
ElementType [get]
 Returns the element type More...
 
unsafe NXOpen.Plane InfinitePlane [get, set]
 Returns or sets the infinite plane More...
 
unsafe bool InfinitePlaneState [get, set]
 Returns or sets the infinite plane option More...
 
unsafe NXOpen.Expression OffsetDistance [get]
 Returns the offset distance More...
 
unsafe
NXOpen.CAE.ConvexMeshBuilder.OffsetMethodOption 
OffsetMethod [get, set]
 Returns or sets the offset method option More...
 
unsafe NXOpen.CAE.PropertyTable PropertyTable [get]
 Returns the Convex Mesh property table The property table contains the parameters needed for the Mesh Refinement More...
 
unsafe NXOpen.Expression ScaleFactor [get]
 Returns the scale factor More...
 
unsafe
NXOpen.SelectTaggedObjectList 
SelectMesh [get]
 Returns the select mesh More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
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.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.CAE.ConvexMeshBuilder

To create a new instance of this class, use NXOpen.CAE.NodeElementManager.CreateConvexMeshBuilder

Default values.

Property Value

OffsetMethod (deprecated)

DistanceAlongNormal

Created in NX11.0.0

Member Enumeration Documentation

the offset method option

Enumerator
DistanceAlongNormal 
ScaleFactor 
None 

Member Function Documentation

unsafe void NXOpen.CAE.ConvexMeshBuilder.AutomaticElementSize ( )
inline

The creation of automatic element size

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe void NXOpen.CAE.ConvexMeshBuilder.GetInfinitePlanes ( out NXOpen.Plane[]  infinitePlanes)
inline

The Infinite planes

Created in NX12.0.0

License requirements: None.

Parameters
infinitePlanes
unsafe void NXOpen.CAE.ConvexMeshBuilder.SetInfinitePlanes ( NXOpen.Plane[]  pPlaneTags)
inline

The Infinite planes

Created in NX12.0.0

License requirements: None.

Parameters
pPlaneTags

Property Documentation

unsafe NXOpen.Expression NXOpen.CAE.ConvexMeshBuilder.ElementSize
get

Returns the element size

Created in NX11.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.

License requirements: None.

unsafe NXOpen.CAE.ElementTypeBuilder NXOpen.CAE.ConvexMeshBuilder.ElementType
get

Returns the element type

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.Plane NXOpen.CAE.ConvexMeshBuilder.InfinitePlane
getset

Returns or sets the infinite plane

Created in NX11.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.RecipeConvexMesh instead.

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.CAE.ConvexMeshBuilder.InfinitePlaneState
getset

Returns or sets the infinite plane option

Created in NX11.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Expression NXOpen.CAE.ConvexMeshBuilder.OffsetDistance
get

Returns the offset distance

Created in NX11.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.

License requirements: None.

unsafe NXOpen.CAE.ConvexMeshBuilder.OffsetMethodOption NXOpen.CAE.ConvexMeshBuilder.OffsetMethod
getset

Returns or sets the offset method option

Created in NX11.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.PropertyTable NXOpen.CAE.ConvexMeshBuilder.PropertyTable
get

Returns the Convex Mesh property table The property table contains the parameters needed for the Mesh Refinement

Created in NX12.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.ConvexMeshBuilder.ScaleFactor
get

Returns the scale factor

Created in NX11.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.

License requirements: None.

unsafe NXOpen.SelectTaggedObjectList NXOpen.CAE.ConvexMeshBuilder.SelectMesh
get

Returns the select mesh

Created in NX11.0.0

License requirements: None.


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