Class SheetElementBuilder
Inheritance
SheetElementBuilder
Assembly: NXOpen.dll
Syntax
public class SheetElementBuilder : BaseObjectBuilder, IMessageSink, IComponentBuilder
Constructors
SheetElementBuilder()
Declaration
protected SheetElementBuilder()
Properties
Height
Declaration
public double Height { get; set; }
Property Value
HeightPolicy
Declaration
public DiagrammingSizingpolicy HeightPolicy { get; set; }
Property Value
Internal
Declaration
public bool Internal { get; }
Property Value
Label
Declaration
public Annotation Label { get; }
Property Value
LabelName
Declaration
public string LabelName { get; set; }
Property Value
Location
Declaration
public LocationBuilder Location { get; }
Property Value
LocationStyle
Declaration
public DiagrammingLocationstyle LocationStyle { get; set; }
Property Value
MirrorX
Declaration
public bool MirrorX { get; set; }
Property Value
MirrorY
Declaration
public bool MirrorY { get; set; }
Property Value
Owner
Declaration
public SheetElement Owner { get; set; }
Property Value
OwningSheet
Declaration
public Sheet OwningSheet { get; }
Property Value
RenderingProperties
Declaration
public RenderingPropertiesBuilder RenderingProperties { get; }
Property Value
ResizeOption
Declaration
public SheetElementBuilder.ResizeOptionType ResizeOption { get; set; }
Property Value
Rotation
Declaration
public double Rotation { get; set; }
Property Value
SourceElement
Declaration
public SheetElement SourceElement { get; }
Property Value
UpToDate
Declaration
public bool UpToDate { get; }
Property Value
Visible
Declaration
public bool Visible { get; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
WidthPolicy
Declaration
public DiagrammingSizingpolicy WidthPolicy { get; set; }
Property Value
X
Declaration
public double X { get; set; }
Property Value
Y
Declaration
public double Y { get; set; }
Property Value
ZDepth
Declaration
public int ZDepth { get; set; }
Property Value
Methods
Declaration
public void GetAllowedTransformations(out bool isAllowedTranslation, out bool isAllowedRotation, out bool isAllowedScale, out bool isAllowedShear)
Parameters
Type |
Name |
Description |
bool |
isAllowedTranslation |
|
bool |
isAllowedRotation |
|
bool |
isAllowedScale |
|
bool |
isAllowedShear |
|
GetMinNodeSize(out double[])
Declaration
public void GetMinNodeSize(out double[] sizeValues)
Parameters
Type |
Name |
Description |
double[] |
sizeValues |
|
SetMinNodeSize(double[])
Declaration
public void SetMinNodeSize(double[] sizeValues)
Parameters
Type |
Name |
Description |
double[] |
sizeValues |
|
SetOwningSheet(Sheet)
Declaration
public void SetOwningSheet(Sheet owningSheet)
Parameters
Type |
Name |
Description |
Sheet |
owningSheet |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink