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
Methods
GetAvailableTargetCenterTypes(out NodalTargetCenterType[])
Declaration
void GetAvailableTargetCenterTypes(out NodalTargetCenterType[] types)
Parameters
IsCoincidentCenterTypeAllowed()
Declaration
bool IsCoincidentCenterTypeAllowed()
Returns