C# Class Revit.SDK.Samples.DoorSwing.CS.DoorFamily

Left/Right feature based on family's actual geometry and country's standard.
Mostrar archivo Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
DeleteTempDoorInstance ( ) : void

Delete the temporarily created door instance and its host.

DoorFamily ( Family doorFamily, UIApplication app ) : System

construct function.

UpdateOpeningFeature ( ) : void

Update Left/Right feature based on family's actual geometry and country's standard.

Private Methods

Method Description
CreateOneInstanceWithThisFamily ( ) : FamilyInstance

Create one temporary door instance with this family.

Method Details

DeleteTempDoorInstance() public method

Delete the temporarily created door instance and its host.
public DeleteTempDoorInstance ( ) : void
return void

DoorFamily() public method

construct function.
public DoorFamily ( Family doorFamily, UIApplication app ) : System
doorFamily Family one door family
app UIApplication Revit application
return System

UpdateOpeningFeature() public method

Update Left/Right feature based on family's actual geometry and country's standard.
public UpdateOpeningFeature ( ) : void
return void