C# 클래스 Revit.SDK.Samples.GeometryCreation_BooleanOperation.CS.AnalysisVisualizationFramework

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

공개 메소드들

메소드 설명
PaintSolid ( Solid s, String viewName ) : void

Paint a solid in a new named view

getInstance ( Autodesk doc ) : AnalysisVisualizationFramework

Get the singleton instance of AnalysisVisualizationFramework

비공개 메소드들

메소드 설명
AnalysisVisualizationFramework ( Autodesk doc ) : System

Constructor

ComputeValueAtPointForFace ( Face face, IList &uvPts, IList &valList, int measurementNo ) : void

Compute the value of face on specific point

메소드 상세

PaintSolid() 공개 메소드

Paint a solid in a new named view
public PaintSolid ( Solid s, String viewName ) : void
s Solid solid
viewName String Given the name of view
리턴 void

getInstance() 공개 정적인 메소드

Get the singleton instance of AnalysisVisualizationFramework
public static getInstance ( Autodesk doc ) : AnalysisVisualizationFramework
doc Autodesk Revit document
리턴 AnalysisVisualizationFramework