C# Class RhinoCyclesCore.CyclesObject

Simple wrapper object to hold mesh related data to be pushed to Cycles.
Afficher le fichier Open project: mcneel/RhinoCycles

Méthodes publiques

Свойство Type Description
meshid int>.Tuple
obid uint

Méthodes publiques

Méthode Description
CyclesObject ( ) : System

Method Details

CyclesObject() public méthode

public CyclesObject ( ) : System
Résultat System

Property Details

meshid public_oe property

Guid of the mesh this object references
public Tuple meshid
Résultat int>.Tuple

obid public_oe property

Id of InstanceAncestry
public uint obid
Résultat uint