Interface IXbimMeshReceiver
Assembly: Xbim.Ifc4.dll
Syntax
public interface IXbimMeshReceiver
Properties
|
Improve this Doc
View Source
SurfaceStyling
The front, back or both material
Declaration
SurfaceStyling SurfaceStyling { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AddFace()
Declaration
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
AddNode(Int32, Double, Double, Double)
Declaration
int AddNode(int face, double px, double py, double pz)
Parameters
| Type |
Name |
Description |
| System.Int32 |
face |
|
| System.Double |
px |
|
| System.Double |
py |
|
| System.Double |
pz |
|
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
AddNode(Int32, Double, Double, Double, Double, Double, Double)
Declaration
int AddNode(int face, double px, double py, double pz, double nx, double ny, double nz)
Parameters
| Type |
Name |
Description |
| System.Int32 |
face |
|
| System.Double |
px |
|
| System.Double |
py |
|
| System.Double |
pz |
|
| System.Double |
nx |
|
| System.Double |
ny |
|
| System.Double |
nz |
|
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
AddNode(Int32, Double, Double, Double, Double, Double, Double, Double, Double)
Declaration
int AddNode(int face, double px, double py, double pz, double nx, double ny, double nz, double u, double v)
Parameters
| Type |
Name |
Description |
| System.Int32 |
face |
|
| System.Double |
px |
|
| System.Double |
py |
|
| System.Double |
pz |
|
| System.Double |
nx |
|
| System.Double |
ny |
|
| System.Double |
nz |
|
| System.Double |
u |
|
| System.Double |
v |
|
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
AddQuad(Int32, Int32, Int32, Int32, Int32)
Declaration
void AddQuad(int face, int a, int b, int c, int d)
Parameters
| Type |
Name |
Description |
| System.Int32 |
face |
|
| System.Int32 |
a |
|
| System.Int32 |
b |
|
| System.Int32 |
c |
|
| System.Int32 |
d |
|
|
Improve this Doc
View Source
AddTriangle(Int32, Int32, Int32, Int32)
Declaration
void AddTriangle(int face, int a, int b, int c)
Parameters
| Type |
Name |
Description |
| System.Int32 |
face |
|
| System.Int32 |
a |
|
| System.Int32 |
b |
|
| System.Int32 |
c |
|
|
Improve this Doc
View Source
BeginUpdate()
Declaration
|
Improve this Doc
View Source
EndUpdate()
Declaration