SoClipPlaneElementSpaces Enumeration |
Note: This API is now obsolete.
Namespace: OIV.Inventor.Elements
[ObsoleteAttribute("Enum OIV::Inventor::Elements::SoClipPlaneElement::Spaces is erroneously public. It will be removed in future major release")] public enum Spaces
<ObsoleteAttribute("Enum OIV::Inventor::Elements::SoClipPlaneElement::Spaces is erroneously public. It will be removed in future major release")> Public Enumeration Spaces
[ObsoleteAttribute(L"Enum OIV::Inventor::Elements::SoClipPlaneElement::Spaces is erroneously public. It will be removed in future major release")] public enum class Spaces
[<ObsoleteAttribute("Enum OIV::Inventor::Elements::SoClipPlaneElement::Spaces is erroneously public. It will be removed in future major release")>] type Spaces
Member name | Value | Description | |
---|---|---|---|
MODEL | 0 | Model space when plane was pushed on state. It correspond to plane equation given in SoClipPlane.plane field | |
WORLD | 1 | World space when plane was pushed on state. | |
VIEW | 2 | View space. You generally should this space when dealing with clip plane. |