Click or drag to resize
CMESHInsertAttributes Method
Inserts an attribute set to a mesh

Available since Oasis montaj version: 9.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void InsertAttributes(
	string mesh_name,
	string attribute_name,
	int data_type,
	int attribute_type
)

Parameters

mesh_name
Type: SystemString
Mesh Name
attribute_name
Type: SystemString
Attribute Name
data_type
Type: SystemInt32
<define>ATTRIBUTE_DATA_TYPE</define>
attribute_type
Type: SystemInt32
<define>ATTRIBUTE_TYPE</define>
See Also