Click or drag to resize
SoClipPlaneElementSpaces Enumeration

Note: This API is now obsolete.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Enum OIV::Inventor::Elements::SoClipPlaneElement::Spaces is erroneously public. It will be removed in future major release")]
public enum Spaces
Members
  Member nameValueDescription
MODEL0

Model space when plane was pushed on state.

It correspond to plane equation given in SoClipPlane.plane field

WORLD1

World space when plane was pushed on state.

VIEW2

View space.

You generally should this space when dealing with clip plane.

Remarks