Ejemplo n.º 1
0
 public V3d_Viewer(Graphic3d_GraphicDriver theDriver, string theName, string theDomain, double theViewSize,
                   V3d_TypeOfOrientation theViewProj, Quantity_Color theViewBackground,
                   V3d_TypeOfVisualization theV_isualization)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public V3d_Viewer(Graphic3d_GraphicDriver theDriver, string theName, string theDomain, double theViewSize,
                   V3d_TypeOfOrientation theViewProj, Quantity_Color theViewBackground,
                   V3d_TypeOfVisualization theV_isualization, Graphic3d_TypeOfShadingModel theShadingModel,
                   bool theComputedMode, bool theDefaultComputedMode)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public V3d_SpotLight(gp_Pnt thePos, V3d_TypeOfOrientation theDirection)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public V3d_Viewer(Graphic3d_GraphicDriver theDriver, string theName, string theDomain, double theViewSize,
                   V3d_TypeOfOrientation theViewProj)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public void SetDefaultViewProj(V3d_TypeOfOrientation theOrientation)
 {
     throw new NotImplementedException();
 }
 public V3d_DirectionalLight(V3d_TypeOfOrientation theDirection)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 7
0
 public void SetUp(V3d_TypeOfOrientation Orientation)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 8
0
 public string TypeOfOrientationToString(V3d_TypeOfOrientation theType)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 9
0
 public bool TypeOfOrientationFromString(string theTypeString, ref V3d_TypeOfOrientation theType)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 10
0
 public AIS_ViewCubeOwner(AIS_ViewCube theObject, V3d_TypeOfOrientation theOrient)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 11
0
 public gp_Dir GetProjAxis(V3d_TypeOfOrientation theOrientation)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 12
0
 public void createBoxCornerTriangles(Graphic3d_ArrayOfTriangles theTr_is, ref int theNbNodes,
                                      ref int theNbTr_is, V3d_TypeOfOrientation theDir)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 13
0
 public bool IsBoxCorner(V3d_TypeOfOrientation theOrient)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 14
0
 public void SetBoxSideLabel(V3d_TypeOfOrientation theSide, TCollection_AsciiString theLabel)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 15
0
 public void SetDirection(V3d_TypeOfOrientation theOrientation)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 16
0
 public void SetProj(V3d_TypeOfOrientation theOrientation, bool theIsYup)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 17
0
 public void UpdateViewOrientation(V3d_TypeOfOrientation theOrientation, bool theToFitAll)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 18
0
 public V3d_DirectionalLight(V3d_TypeOfOrientation theDirection, Quantity_Color theColor)
     : base()
 {
     throw new NotImplementedException();
 }