Class MatchMeshControlBuilder
Inheritance
MatchMeshControlBuilder
Assembly: NXOpen.dll
Syntax
public class MatchMeshControlBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MatchMeshControlBuilder()
Declaration
protected MatchMeshControlBuilder()
Properties
Csys
Declaration
public CoordinateSystem Csys { get; set; }
Property Value
MainType
Declaration
public MatchMeshControlBuilder.Type MainType { get; set; }
Property Value
MatchingType
Declaration
public MatchMeshControlBuilder.MatchingMethod MatchingType { get; set; }
Property Value
SourceGeometry
Declaration
public SelectNXObjectList SourceGeometry { get; }
Property Value
TAngle
Declaration
public Expression TAngle { get; }
Property Value
TargetGeometry
Declaration
public SelectNXObjectList TargetGeometry { get; }
Property Value
ZDistance
Declaration
public Expression ZDistance { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink