C# Class RhinoCyclesCore.CyclesObject

Simple wrapper object to hold mesh related data to be pushed to Cycles.
显示文件 Open project: mcneel/RhinoCycles

Public Properties

Property Type Description
meshid int>.Tuple
obid uint

Public Methods

Method Description
CyclesObject ( ) : System

Method Details

CyclesObject() public method

public CyclesObject ( ) : System
return System

Property Details

meshid public_oe property

Guid of the mesh this object references
public Tuple meshid
return int>.Tuple

obid public_oe property

Id of InstanceAncestry
public uint obid
return uint