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.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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