SoRayPickActionPickedProperties Enumeration |
Note: This API is now obsolete.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Enum OIV::Inventor::Actions::SoRayPickAction::PickedProperties is erroneously public. It will be removed in future major release")]
public enum PickedProperties
<ObsoleteAttribute("Enum OIV::Inventor::Actions::SoRayPickAction::PickedProperties is erroneously public. It will be removed in future major release")>
Public Enumeration PickedProperties
[ObsoleteAttribute(L"Enum OIV::Inventor::Actions::SoRayPickAction::PickedProperties is erroneously public. It will be removed in future major release")]
public enum class PickedProperties
[<ObsoleteAttribute("Enum OIV::Inventor::Actions::SoRayPickAction::PickedProperties is erroneously public. It will be removed in future major release")>]
type PickedProperties
Members
| Member name | Value | Description |
---|
| NORMALS | 1 | normals |
| TEXCOORDS | 2 | texture |
| ALL | -1 | All properties. |
Remarks
See Also