SoShapeShouldGLRenderCore Method (SoGLRenderAction, Boolean) |
Note: This API is now obsolete.
Calls ShouldGLRenderCore(action, isPointsOrLines, false).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool ShouldGLRenderCore(
SoGLRenderAction action,
bool isPointsOrLines
)
<ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function ShouldGLRenderCore (
action As SoGLRenderAction,
isPointsOrLines As Boolean
) As Boolean
public:
[ObsoleteAttribute(L"Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool ShouldGLRenderCore(
SoGLRenderAction^ action,
bool isPointsOrLines
)
[<ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member ShouldGLRenderCore :
action : SoGLRenderAction *
isPointsOrLines : bool -> bool
Parameters
- action
- Type: OIV.Inventor.ActionsSoGLRenderAction
- isPointsOrLines
- Type: SystemBoolean
Return Value
Type:
Boolean
Remarks
See Also