SoWinMaterialEditorAttach Method (SoMaterial, Int32) |
Attaches the editor to a material node and edits the material of the given index.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Attach(
SoMaterial material,
int index
)
Public Sub Attach (
material As SoMaterial,
index As Integer
)
public:
void Attach(
SoMaterial^ material,
int index
)
member Attach :
material : SoMaterial *
index : int -> unit
Parameters
- material
- Type: OIV.Inventor.NodesSoMaterial
- index
- Type: SystemInt32
Remarks
See Also