C# 클래스 Estimator.EstimatorTag

파일 보기 프로젝트 열기: mcneel/Rhino4Samples_DotNet 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string items ) : bool
Create ( string id, string description, tag_type type ) : bool
Description ( ) : string
EstimatorTag ( ) : System
EstimatorTag ( string items ) : System
EstimatorTag ( string id, string description, tag_type type ) : System
Id ( ) : string
IsValid ( ) : bool
TagType ( int t ) : tag_type
Type ( ) : tag_type

메소드 상세

Create() 공개 메소드

public Create ( string items ) : bool
items string
리턴 bool

Create() 공개 메소드

public Create ( string id, string description, tag_type type ) : bool
id string
description string
type tag_type
리턴 bool

Description() 공개 메소드

public Description ( ) : string
리턴 string

EstimatorTag() 공개 메소드

public EstimatorTag ( ) : System
리턴 System

EstimatorTag() 공개 메소드

public EstimatorTag ( string items ) : System
items string
리턴 System

EstimatorTag() 공개 메소드

public EstimatorTag ( string id, string description, tag_type type ) : System
id string
description string
type tag_type
리턴 System

Id() 공개 메소드

public Id ( ) : string
리턴 string

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

TagType() 공개 정적인 메소드

public static TagType ( int t ) : tag_type
t int
리턴 tag_type

Type() 공개 메소드

public Type ( ) : tag_type
리턴 tag_type