Class PartAeroSheetmetal
Inheritance
PartAeroSheetmetal
Assembly: NXOpen.dll
public class PartAeroSheetmetal : NXRemotableObject, IMessageSink
Constructors
Declaration
protected PartAeroSheetmetal(PartPreferences owner)
Parameters
Properties
Declaration
Property Value
Methods
Declaration
public Expression GetJoggleDepthThreshold()
Returns
Declaration
public Expression GetJoggleDistanceThreshold()
Returns
Declaration
public Expression GetJoggleOffsetRadius()
Returns
Declaration
public Expression GetJoggleStationaryRadius()
Returns
Declaration
public void SetJoggleDepthThreshold(bool updateModel, string depthThreshold)
Parameters
Type |
Name |
Description |
bool |
updateModel |
|
string |
depthThreshold |
|
Declaration
public void SetJoggleDistanceThreshold(bool updateModel, string distanceThreshold)
Parameters
Type |
Name |
Description |
bool |
updateModel |
|
string |
distanceThreshold |
|
Declaration
public void SetJoggleOffsetRadius(bool updateModel, string offsetRadius)
Parameters
Type |
Name |
Description |
bool |
updateModel |
|
string |
offsetRadius |
|
Declaration
public void SetJoggleStationaryRadius(bool updateModel, string stationaryRadius)
Parameters
Type |
Name |
Description |
bool |
updateModel |
|
string |
stationaryRadius |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink