C# 클래스 Case.ParallelWalls.Data.clsWallTransform

Class clsWallTransform.
파일 보기 프로젝트 열기: WeConnect/case-apps 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckOutElements ICollection
RotateWall void
RotateWallTransaction void
SetCommentsForAffectedWall void

공개 메소드들

메소드 설명
clsWallTransform ( Element wall, System.Line axis, double angle ) : System

Initializes a new instance of the clsWallTransform class.

비공개 메소드들

메소드 설명
CheckOutElements ( ) : ICollection

Checks the out elements.

RotateWall ( ElementId wallId ) : void

Rotates the wall.

RotateWallTransaction ( ) : void

Rotates the wall transaction.

SetCommentsForAffectedWall ( ) : void

By Request of the Internal CASE Projects Group, they want to track the affected walls using the Comments Parameter. Adding the value to the end of the Existing Comments to ensure that no data loss ensue`s.

메소드 상세

clsWallTransform() 공개 메소드

Initializes a new instance of the clsWallTransform class.
/// No Wall was present. Must Exit. + /// [ElementId: + wall.Id.IntegerValue + ] ///
public clsWallTransform ( Element wall, System.Line axis, double angle ) : System
wall Element The wall.
axis System.Line The axis.
angle double The angle.
리턴 System