Class ConvexMeshBuilder
Inheritance
ConvexMeshBuilder
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
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
InfinitePlane
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.RecipeConvexMesh instead.")]
public Plane InfinitePlane { get; set; }
Property Value
InfinitePlaneState
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.")]
public bool InfinitePlaneState { get; set; }
Property Value
OffsetDistance
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.")]
public Expression OffsetDistance { get; }
Property Value
OffsetMethod
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.")]
public ConvexMeshBuilder.OffsetMethodOption OffsetMethod { get; set; }
Property Value
PropertyTable
Declaration
public PropertyTable PropertyTable { get; }
Property Value
ScaleFactor
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.PropertyTable instead.")]
public Expression ScaleFactor { get; }
Property Value
SelectMesh
Declaration
public SelectTaggedObjectList SelectMesh { get; }
Property Value
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