Class ContactMeshBuilder
Inheritance
ContactMeshBuilder
Assembly: NXOpen.dll
public class ContactMeshBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ContactMeshBuilder()
Properties
Declaration
public bool AlignTargetEdgeNodes { get; set; }
Property Value
Declaration
public ContactMeshBuilder.AlignmentType AlignmentMethod { get; set; }
Property Value
Declaration
public SelectCAEEdge ContactEdge { get; }
Property Value
Declaration
public Point ContactEdgeEndPoint { get; set; }
Property Value
Declaration
public Point ContactEdgeStartPoint { get; set; }
Property Value
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
Declaration
public bool EnableGapTolerance { get; set; }
Property Value
Declaration
public double GapTolerance { get; set; }
Property Value
Declaration
public int NumElements { get; set; }
Property Value
Declaration
public SelectCAEEdge TargetEdge { get; }
Property Value
Declaration
public Point TargetEdgeEndPoint { get; set; }
Property Value
Declaration
public Point TargetEdgeStartPoint { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink