Exemplo n.º 1
0
 public int GetZLayer(PrsMgrPresentableObject thePresentableObject)
 {
     return(PrsMgr_PresentationManager_GetZLayerF2913F8C(Instance, thePresentableObject.Instance));
 }
Exemplo n.º 2
0
 public bool IsHighlighted(PrsMgrPresentableObject aPresentableObject, int aMode)
 {
     return(PrsMgr_PresentationManager_IsHighlighted6305B33D(Instance, aPresentableObject.Instance, aMode));
 }
Exemplo n.º 3
0
 public int DisplayPriority(PrsMgrPresentableObject aPresentableObject, int amode)
 {
     return(PrsMgr_PresentationManager_DisplayPriority6305B33D(Instance, aPresentableObject.Instance, amode));
 }
Exemplo n.º 4
0
 public void SetZLayer(PrsMgrPresentableObject thePresentableObject, int theLayerId)
 {
     PrsMgr_PresentationManager_SetZLayer6305B33D(Instance, thePresentableObject.Instance, theLayerId);
 }
Exemplo n.º 5
0
 public void Unhighlight(PrsMgrPresentableObject aPresentableObject, int aMode)
 {
     PrsMgr_PresentationManager_Unhighlight6305B33D(Instance, aPresentableObject.Instance, aMode);
 }
Exemplo n.º 6
0
 public void SetDisplayPriority(PrsMgrPresentableObject aPresentableObject, int amode, int aNewPrior)
 {
     PrsMgr_PresentationManager_SetDisplayPriority46D23B97(Instance, aPresentableObject.Instance, amode, aNewPrior);
 }
Exemplo n.º 7
0
 public void Display(PrsMgrPresentableObject aPresentableObject, int aMode)
 {
     PrsMgr_PresentationManager_Display6305B33D(Instance, aPresentableObject.Instance, aMode);
 }
 public void BoundBox(PrsMgrPresentableObject aPresentableObject, int aMode)
 {
     PrsMgr_PresentationManager3d_BoundBox6305B33D(Instance, aPresentableObject.Instance, aMode);
 }
 public void SetShadingAspect(PrsMgrPresentableObject aPresentableObject, QuantityNameOfColor aColor, Graphic3dNameOfMaterial aMaterial, int aMode)
 {
     PrsMgr_PresentationManager3d_SetShadingAspect4A55E6F9(Instance, aPresentableObject.Instance, (int)aColor, (int)aMaterial, aMode);
 }
 public void SetShadingAspect(PrsMgrPresentableObject aPresentableObject, Prs3dShadingAspect aShadingAspect, int aMode)
 {
     PrsMgr_PresentationManager3d_SetShadingAspect2BCEAF8F(Instance, aPresentableObject.Instance, aShadingAspect.Instance, aMode);
 }
 public void Move(PrsMgrPresentableObject aPresentableObject, double X, double Y, double Z, int aMode)
 {
     PrsMgr_PresentationManager3d_MoveDCA8B26(Instance, aPresentableObject.Instance, X, Y, Z, aMode);
 }
 public void Multiply(PrsMgrPresentableObject aPresentableObject, GeomTransformation aTransformation, int aMode)
 {
     PrsMgr_PresentationManager3d_Multiply17D81909(Instance, aPresentableObject.Instance, aTransformation.Instance, aMode);
 }
 public void Connect(PrsMgrPresentableObject aPresentableObject, PrsMgrPresentableObject anOtherObject, int aMode, int anOtherMode)
 {
     PrsMgr_PresentationManager3d_ConnectDA51193F(Instance, aPresentableObject.Instance, anOtherObject.Instance, aMode, anOtherMode);
 }
Exemplo n.º 14
0
 public void Remove(PrsMgrPresentableObject aPresentableObject, int aMode)
 {
     PrsMgr_PresentationManager_Remove6305B33D(Instance, aPresentableObject.Instance, aMode);
 }
Exemplo n.º 15
0
 public void Clear(PrsMgrPresentableObject aPresentableObject, int aMode)
 {
     PrsMgr_PresentationManager_Clear6305B33D(Instance, aPresentableObject.Instance, aMode);
 }
Exemplo n.º 16
0
 public PrsMgrPresentation Presentation(PrsMgrPresentableObject aPresentableObject, int aMode)
 {
     return(new PrsMgrPresentation(PrsMgr_PresentationManager_Presentation6305B33D(Instance, aPresentableObject.Instance, aMode)));
 }
 public void Color(PrsMgrPresentableObject aPresentableObject, QuantityNameOfColor aColor, int aMode)
 {
     PrsMgr_PresentationManager3d_ColorB83441D9(Instance, aPresentableObject.Instance, (int)aColor, aMode);
 }