GlbData.CreatePunctualLight
Contents
[
Hide
]CreatePunctualLight(PunctualLightType)
Creates a new PunctualLight instance and adds it to !:GlbImage.LogicalPunctualLights.
public PunctualLight CreatePunctualLight(PunctualLightType lightType)
| Parameter | Type | Description |
|---|---|---|
| lightType | PunctualLightType | A value of PunctualLightType describing the type of light to create. |
Return Value
A PunctualLight instance.
See Also
- class PunctualLight
- enum PunctualLightType
- class GlbData
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD
CreatePunctualLight(string, PunctualLightType)
Creates a new PunctualLight instance. and adds it to !:GlbImage.LogicalPunctualLights.
public PunctualLight CreatePunctualLight(string name, PunctualLightType lightType)
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the instance. |
| lightType | PunctualLightType | A value of PunctualLightType describing the type of light to create. |
Return Value
A PunctualLight instance.
See Also
- class PunctualLight
- enum PunctualLightType
- class GlbData
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD