Class ContactMeshBuilder
Inheritance
System.Object
System.MarshalByRefObject
ContactMeshBuilder
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 ContactMeshBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ContactMeshBuilder()
Declaration
protected ContactMeshBuilder()
Properties
AlignmentMethod
Declaration
public ContactMeshBuilder.AlignmentType AlignmentMethod { get; set; }
Property Value
Type | Description |
---|---|
ContactMeshBuilder.AlignmentType |
AlignTargetEdgeNodes
Declaration
public bool AlignTargetEdgeNodes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ContactEdge
Declaration
public SelectCAEEdge ContactEdge { get; }
Property Value
Type | Description |
---|---|
SelectCAEEdge |
ContactEdgeEndPoint
Declaration
public Point ContactEdgeEndPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
ContactEdgeStartPoint
Declaration
public Point ContactEdgeStartPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
Type | Description |
---|---|
ElementTypeBuilder |
EnableGapTolerance
Declaration
public bool EnableGapTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
GapTolerance
Declaration
public double GapTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NumElements
Declaration
public int NumElements { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TargetEdge
Declaration
public SelectCAEEdge TargetEdge { get; }
Property Value
Type | Description |
---|---|
SelectCAEEdge |
TargetEdgeEndPoint
Declaration
public Point TargetEdgeEndPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
TargetEdgeStartPoint
Declaration
public Point TargetEdgeStartPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
Implements
System.Runtime.Remoting.Messaging.IMessageSink