C# 클래스 RhinoCyclesCore.CyclesObject

Simple wrapper object to hold mesh related data to be pushed to Cycles.
파일 보기 프로젝트 열기: mcneel/RhinoCycles

공개 프로퍼티들

프로퍼티 타입 설명
meshid int>.Tuple
obid uint

공개 메소드들

메소드 설명
CyclesObject ( ) : System

메소드 상세

CyclesObject() 공개 메소드

public CyclesObject ( ) : System
리턴 System

프로퍼티 상세

meshid 공개적으로 프로퍼티

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

obid 공개적으로 프로퍼티

Id of InstanceAncestry
public uint obid
리턴 uint