SoLightModelmodel Property |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoLightModelModels> model { get; }
Public ReadOnly Property model As SoSFEnum(Of SoLightModelModels)
Get
public:
property SoSFEnum<SoLightModelModels>^ model {
SoSFEnum<SoLightModelModels>^ get ();
}
member model : SoSFEnum<SoLightModelModels> with get
Property Value
Type:
SoSFEnumSoLightModelModelsRemarks Default is PER_PIXEL_PHONG.
See Also