Ejemplo n.º 1
0
 public V3dViewer(AspectGraphicDevice Device, string aName, string aDomain, double ViewSize, V3dTypeOfOrientation ViewProj, QuantityNameOfColor ViewBackground, V3dTypeOfVisualization Visualization, V3dTypeOfShadingModel ShadingModel, V3dTypeOfUpdate UpdateMode, bool ComputedMode, bool DefaultComputedMode, V3dTypeOfSurfaceDetail SurfaceDetail)
     :
     base(V3d_Viewer_Ctor36F0AB5(Device.Instance, aName, aDomain, ViewSize, (int)ViewProj, (int)ViewBackground, (int)Visualization, (int)ShadingModel, (int)UpdateMode, ComputedMode, DefaultComputedMode, (int)SurfaceDetail))
 {
 }
Ejemplo n.º 2
0
 public void HilightOwnerWithColor(PrsMgrPresentationManager3d thePM, QuantityNameOfColor theColor, SelectMgrEntityOwner theOwner)
 {
     SelectMgr_SelectableObject_HilightOwnerWithColor4EAE9125(Instance, thePM.Instance, (int)theColor, theOwner.Instance);
 }
 public void Color(PrsMgrPresentableObject aPresentableObject, QuantityNameOfColor aColor, int aMode)
 {
     PrsMgr_PresentationManager3d_ColorB83441D9(Instance, aPresentableObject.Instance, (int)aColor, aMode);
 }
 public Prs3dIsoAspect(QuantityNameOfColor aColor, AspectTypeOfLine aType, double aWidth, int aNumber)
     :
     base(Prs3d_IsoAspect_CtorC2594F57((int)aColor, (int)aType, aWidth, aNumber))
 {
 }
Ejemplo n.º 5
0
 public void SetValues(QuantityNameOfColor AName)
 {
     Quantity_Color_SetValues48F4F471(Instance, (int)AName);
 }
Ejemplo n.º 6
0
 public void SetColor(QuantityNameOfColor aColor)
 {
     Prs3d_TextAspect_SetColor48F4F471(Instance, (int)aColor);
 }
Ejemplo n.º 7
0
 public void SetColor(QuantityNameOfColor aColor)
 {
     AIS_Shape_SetColor48F4F471(Instance, (int)aColor);
 }
 public Prs3dPointAspect(AspectTypeOfMarker aType, QuantityNameOfColor aColor, double aScale)
     :
     base(Prs3d_PointAspect_CtorF00B8265((int)aType, (int)aColor, aScale))
 {
 }
Ejemplo n.º 9
0
 public V3dDirectionalLight(V3dViewer VM, V3dTypeOfOrientation Direction, QuantityNameOfColor Color, bool Headlight)
     :
     base(V3d_DirectionalLight_Ctor83D2E67B(VM.Instance, (int)Direction, (int)Color, Headlight))
 {
 }
Ejemplo n.º 10
0
 public void TriedronDisplay(AspectTypeOfTriedronPosition APosition, QuantityNameOfColor AColor, double AScale, bool AsWireframe)
 {
     Visual3d_View_TriedronDisplayE9A003B7(Instance, (int)APosition, (int)AColor, AScale, AsWireframe);
 }
 public Prs3dLineAspect(QuantityNameOfColor aColor, AspectTypeOfLine aType, double aWidth)
     :
     base(Prs3d_LineAspect_Ctor1A9E9376((int)aColor, (int)aType, aWidth))
 {
 }
Ejemplo n.º 12
0
 public void ZBufferTriedronSetup(QuantityNameOfColor XColor, QuantityNameOfColor YColor, QuantityNameOfColor ZColor, double SizeRatio, double AxisDiametr, int NbFacettes)
 {
     Visual3d_View_ZBufferTriedronSetup9BCB825E(Instance, (int)XColor, (int)YColor, (int)ZColor, SizeRatio, AxisDiametr, NbFacettes);
 }
 public void SetColor(QuantityNameOfColor aColor)
 {
     AIS_InteractiveObject_SetColor48F4F471(Instance, (int)aColor);
 }
 public void SetShadingAspect(PrsMgrPresentableObject aPresentableObject, QuantityNameOfColor aColor, Graphic3dNameOfMaterial aMaterial, int aMode)
 {
     PrsMgr_PresentationManager3d_SetShadingAspect4A55E6F9(Instance, aPresentableObject.Instance, (int)aColor, (int)aMaterial, aMode);
 }
Ejemplo n.º 15
0
 public void SetDefaultBackgroundColor(QuantityNameOfColor Name)
 {
     V3d_Viewer_SetDefaultBackgroundColor48F4F471(Instance, (int)Name);
 }
Ejemplo n.º 16
0
 public V3dDirectionalLight(V3dViewer VM, double Xt, double Yt, double Zt, double Xp, double Yp, double Zp, QuantityNameOfColor Color, bool Headlight)
     :
     base(V3d_DirectionalLight_CtorEB2CC882(VM.Instance, Xt, Yt, Zt, Xp, Yp, Zp, (int)Color, Headlight))
 {
 }
Ejemplo n.º 17
0
 public void SetDefaultBgGradientColors(QuantityNameOfColor Name1, QuantityNameOfColor Name2, AspectGradientFillMethod FillStyle)
 {
     V3d_Viewer_SetDefaultBgGradientColors99C5FF9E(Instance, (int)Name1, (int)Name2, (int)FillStyle);
 }
Ejemplo n.º 18
0
 public WNTWindow(WNTGraphicDevice aDevice, string aTitle, WNTWClass aClass, double aStyle, double Xc, double Yc, double aWidth, double aHeight, QuantityNameOfColor aBackColor, IntPtr aParent, IntPtr aMenu, IntPtr aClientStruct)
     :
     base(WNT_Window_CtorB0EE1CA(aDevice.Instance, aTitle, aClass.Instance, aStyle, Xc, Yc, aWidth, aHeight, (int)aBackColor, aParent, aMenu, aClientStruct))
 {
 }
Ejemplo n.º 19
0
 public void SetColor(QuantityNameOfColor aColor, AspectTypeOfFacingModel aModel)
 {
     Prs3d_ShadingAspect_SetColor6AB9C7E3(Instance, (int)aColor, (int)aModel);
 }
Ejemplo n.º 20
0
 public WNTWindow(WNTGraphicDevice theDevice, string theTitle, WNTWClass theClass, double theStyle, int thePxLeft, int thePxTop, int thePxWidth, int thePxHeight, QuantityNameOfColor theBackColor, IntPtr theParent, IntPtr theMenu, IntPtr theClientStruct)
     :
     base(WNT_Window_Ctor83D53D04(theDevice.Instance, theTitle, theClass.Instance, theStyle, thePxLeft, thePxTop, thePxWidth, thePxHeight, (int)theBackColor, theParent, theMenu, theClientStruct))
 {
 }
Ejemplo n.º 21
0
 public void SetColor(QuantityNameOfColor aColor)
 {
     AIS_Trihedron_SetColor48F4F471(Instance, (int)aColor);
 }
Ejemplo n.º 22
0
 public WNTWindow(WNTGraphicDevice aDevice, IntPtr aHandle, QuantityNameOfColor aBackColor)
     :
     base(WNT_Window_Ctor9F345CFF(aDevice.Instance, aHandle, (int)aBackColor))
 {
 }
Ejemplo n.º 23
0
 public QuantityColor(QuantityNameOfColor AName)
     :
     base(Quantity_Color_Ctor48F4F471((int)AName))
 {
 }
Ejemplo n.º 24
0
 public WNTWindow(WNTGraphicDevice aDevice, int aPart1, int aPart2, QuantityNameOfColor aBackColor)
     :
     base(WNT_Window_CtorBCEC06DC(aDevice.Instance, aPart1, aPart2, (int)aBackColor))
 {
 }
Ejemplo n.º 25
0
 public static string StringName(QuantityNameOfColor AColor)
 {
     return(Quantity_Color_StringName48F4F471((int)AColor));
 }
Ejemplo n.º 26
0
 public void SetBackground(QuantityNameOfColor BackColor)
 {
     WNT_Window_SetBackground48F4F471(Instance, (int)BackColor);
 }
 public void HilightWithColor(PrsMgrPresentationManager3d aPM, QuantityNameOfColor aColor, int aMode)
 {
     SelectMgr_EntityOwner_HilightWithColor1D9F4508(Instance, aPM.Instance, (int)aColor, aMode);
 }
Ejemplo n.º 28
0
 public V3dAmbientLight(V3dViewer VM, QuantityNameOfColor Color)
     :
     base(V3d_AmbientLight_Ctor185B9A99(VM.Instance, (int)Color))
 {
 }