SoShadowGroupmethod Property |
Specifies the shadowing technique to use.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoShadowGroupShadowingMethods> method { get; }
Public ReadOnly Property method As SoSFEnum(Of SoShadowGroupShadowingMethods)
Get
public:
property SoSFEnum<SoShadowGroupShadowingMethods>^ method {
SoSFEnum<SoShadowGroupShadowingMethods>^ get ();
}
member method : SoSFEnum<SoShadowGroupShadowingMethods> with get
Property Value
Type:
SoSFEnumSoShadowGroupShadowingMethodsRemarks . Default is VARIANCE_SHADOW_MAP.
Note |
---|
Field available since Open Inventor 8.1 |
See Also