Exemplo n.º 1
0
 public static InvLightingStyle ByInvLightingStyle(Inventor.LightingStyle invLightingStyle)
 {
     return(new InvLightingStyle(invLightingStyle));
 }
Exemplo n.º 2
0
 private InvLightingStyle(Inventor.LightingStyle invLightingStyle)
 {
     InternalLightingStyle = invLightingStyle;
 }