Interface INodalTargetCenterOption
Assembly: NXOpen.dll
Syntax
public interface INodalTargetCenterOption : INXObject
Properties
CenterType
Declaration
NodalTargetCenterType CenterType { get; set; }
Property Value
UseLegsCog
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use INodalTargetCenterOption.CenterType instead.")]
bool UseLegsCog { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
IsCoincidentCenterTypeAllowed()
Declaration
bool IsCoincidentCenterTypeAllowed()
Returns
Type |
Description |
System.Boolean |
|