C# 클래스 Revit.SDK.Samples.Loads.CS.LoadCaseDeal

Deal the LoadCase class which give methods to connect Revit and the user operation on the form
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
AddLoadNature ( int index ) : bool

add a new load nature

DuplicateLoadCase ( int index ) : bool

Duplicate a new load case

IsCaseNameUnique ( string name ) : bool

check if the case's name is unique

IsNatureNameUnique ( string name ) : bool

check if the nature's name is unique

LoadCaseDeal ( Loads dataBuffer ) : System

Default constructor of LoadCaseDeal

PrepareData ( ) : void

prepare data for the dialog

비공개 메소드들

메소드 설명
CreateLoadNatures ( ) : bool

create some load case natures named EQ1, EQ2, W1, W2, W3, W4, Other

메소드 상세

AddLoadNature() 공개 메소드

add a new load nature
public AddLoadNature ( int index ) : bool
index int the selected nature's index in the nature map
리턴 bool

DuplicateLoadCase() 공개 메소드

Duplicate a new load case
public DuplicateLoadCase ( int index ) : bool
index int
리턴 bool

IsCaseNameUnique() 공개 메소드

check if the case's name is unique
public IsCaseNameUnique ( string name ) : bool
name string the name to be checked
리턴 bool

IsNatureNameUnique() 공개 메소드

check if the nature's name is unique
public IsNatureNameUnique ( string name ) : bool
name string the name to be checked
리턴 bool

LoadCaseDeal() 공개 메소드

Default constructor of LoadCaseDeal
public LoadCaseDeal ( Loads dataBuffer ) : System
dataBuffer Loads
리턴 System

PrepareData() 공개 메소드

prepare data for the dialog
public PrepareData ( ) : void
리턴 void