~ubuntu-branches/ubuntu/maverick/freecad/maverick

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
	<PythonExport
		Father="GeometrySurfacePy"
		Name="SpherePy"
		Twin="GeomSphere"
		TwinPointer="GeomSphere"
		Include="Mod/Part/App/Geometry.h"
		Namespace="Part"
		FatherInclude="Mod/Part/App/GeometrySurfacePy.h"
		FatherNamespace="Part"
		Constructor="true">
		<Documentation>
			<Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net" />
			<UserDocu>Describes a sphere in 3D space</UserDocu>
		</Documentation>
		<Attribute Name="Radius" ReadOnly="false">
			<Documentation>
				<UserDocu>The radius of the sphere.</UserDocu>
			</Documentation>
			<Parameter Name="Radius" Type="Float"/>
		</Attribute>
		<Attribute Name="Area" ReadOnly="true">
			<Documentation>
				<UserDocu>Compute the area of the sphere.</UserDocu>
			</Documentation>
			<Parameter Name="Area" Type="Float"/>
		</Attribute>
		<Attribute Name="Volume" ReadOnly="true">
			<Documentation>
				<UserDocu>Compute the volume of the sphere.</UserDocu>
			</Documentation>
			<Parameter Name="Volume" Type="Float"/>
		</Attribute>
		<Attribute Name="Center" ReadOnly="false">
			<Documentation>
				<UserDocu>Center of the sphere.</UserDocu>
			</Documentation>
			<Parameter Name="Center" Type="Object"/>
		</Attribute>
		<Attribute Name="Axis" ReadOnly="false">
			<Documentation>
				<UserDocu>The axis direction of the circle</UserDocu>
			</Documentation>
			<Parameter Name="Axis" Type="Object"/>
		</Attribute>
		<Methode Name="uIso">
			<Documentation>
				<UserDocu>
					Builds the U isoparametric circle of this sphere
				</UserDocu>
			</Documentation>
		</Methode>
		<Methode Name="vIso">
			<Documentation>
				<UserDocu>Builds the V isoparametric circle of this sphere 
where V must be in the range [-Pi/2,Pi/2]</UserDocu>
			</Documentation>
		</Methode>
	</PythonExport>
</GenerateModel>