Class UFHmop
Assembly: NXOpen.UF.dll
Syntax
public class UFHmop : NXRemotableObject, IMessageSink
Methods
AskHoleAxis(Tag, nint, out Tag)
Declaration
public void AskHoleAxis(Tag hmop_tag, nint rep_feature, out Tag smart_vector)
Parameters
Type |
Name |
Description |
Tag |
hmop_tag |
|
nint |
rep_feature |
|
Tag |
smart_vector |
|
AskHoleDepth(Tag, nint, out Tag)
Declaration
public void AskHoleDepth(Tag hmop_tag, nint rep_feature, out Tag smart_point)
Parameters
Type |
Name |
Description |
Tag |
hmop_tag |
|
nint |
rep_feature |
|
Tag |
smart_point |
|
AskHoleTop(Tag, nint, out Tag)
Declaration
public void AskHoleTop(Tag hmop_tag, nint rep_feature, out Tag smart_point)
Parameters
Type |
Name |
Description |
Tag |
hmop_tag |
|
nint |
rep_feature |
|
Tag |
smart_point |
|
SetHoleAxis(Tag, nint, ref Tag)
Declaration
public void SetHoleAxis(Tag hmop_tag, nint rep_feature, ref Tag smart_vector)
Parameters
Type |
Name |
Description |
Tag |
hmop_tag |
|
nint |
rep_feature |
|
Tag |
smart_vector |
|
SetHoleDepth(Tag, nint, ref Tag)
Declaration
public void SetHoleDepth(Tag hmop_tag, nint rep_feature, ref Tag smart_point)
Parameters
Type |
Name |
Description |
Tag |
hmop_tag |
|
nint |
rep_feature |
|
Tag |
smart_point |
|
SetHoleTop(Tag, nint, ref Tag)
Declaration
public void SetHoleTop(Tag hmop_tag, nint rep_feature, ref Tag smart_point)
Parameters
Type |
Name |
Description |
Tag |
hmop_tag |
|
nint |
rep_feature |
|
Tag |
smart_point |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink