Click or drag to resize
CMESHSetAttributeValues 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 SetAttributeValues(
	string mesh_name,
	string attribute_name,
	int data_type,
	int attribute_type,
	int patch_id,
	CVV vv
)

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>
patch_id
Type: SystemInt32
Patch ID
vv
Type: GeoEngine.Core.GXNetXCVV
Attributes VV VV
See Also