ArcFM Desktop Developer Guide
CreateMesh Method


Syntax
'Declaration
 
Public Shared Function CreateMesh( _
   ByVal origin As Point3D, _
   ByVal vector1 As Vector3D, _
   ByVal vector2 As Vector3D, _
   ByVal steps1 As Integer, _
   ByVal steps2 As Integer, _
   ByVal textureBounds As Rect _
) As MeshGeometry3D
'Usage
 
Dim origin As Point3D
Dim vector1 As Vector3D
Dim vector2 As Vector3D
Dim steps1 As Integer
Dim steps2 As Integer
Dim textureBounds As Rect
Dim value As MeshGeometry3D
 
value = Transition3D.CreateMesh(origin, vector1, vector2, steps1, steps2, textureBounds)
public static MeshGeometry3D CreateMesh( 
   Point3D origin,
   Vector3D vector1,
   Vector3D vector2,
   int steps1,
   int steps2,
   Rect textureBounds
)

Parameters

origin
vector1
vector2
steps1
steps2
textureBounds
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Transition3D Class
Transition3D Members

 

 


Send Comment