Class ConvexMeshBuilder
Inheritance
System.Object
System.MarshalByRefObject
ConvexMeshBuilder
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class ConvexMeshBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ConvexMeshBuilder()
Declaration
protected ConvexMeshBuilder()
Properties
ElementSize
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.")]
public Expression ElementSize { get; }
Property Value
Type | Description |
---|---|
Expression |
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
Type | Description |
---|---|
ElementTypeBuilder |
InfinitePlane
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.RecipeConvexMesh instead.")]
public Plane InfinitePlane { get; set; }
Property Value
Type | Description |
---|---|
Plane |
InfinitePlaneState
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.")]
public bool InfinitePlaneState { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OffsetDistance
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.")]
public Expression OffsetDistance { get; }
Property Value
Type | Description |
---|---|
Expression |
OffsetMethod
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.")]
public ConvexMeshBuilder.OffsetMethodOption OffsetMethod { get; set; }
Property Value
Type | Description |
---|---|
ConvexMeshBuilder.OffsetMethodOption |
PropertyTable
Declaration
public PropertyTable PropertyTable { get; }
Property Value
Type | Description |
---|---|
PropertyTable |
ScaleFactor
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.")]
public Expression ScaleFactor { get; }
Property Value
Type | Description |
---|---|
Expression |
SelectMesh
Declaration
public SelectTaggedObjectList SelectMesh { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObjectList |
Methods
AutomaticElementSize()
Declaration
public void AutomaticElementSize()
GetInfinitePlanes(out Plane[])
Declaration
public void GetInfinitePlanes(out Plane[] infinitePlanes)
Parameters
Type | Name | Description |
---|---|---|
Plane[] | infinitePlanes |
SetInfinitePlanes(Plane[])
Declaration
public void SetInfinitePlanes(Plane[] pPlaneTags)
Parameters
Type | Name | Description |
---|---|---|
Plane[] | pPlaneTags |
Implements
System.Runtime.Remoting.Messaging.IMessageSink